Re: [PATCH] send-email: Add tocmd option to suppress-cc

2017-06-13 Thread Viresh Kumar
On 13-06-17, 10:23, Junio C Hamano wrote: > Viresh Kumar writes: > > >> Going back to the core part of your change, i.e. > >> > >> - foreach my $entry (qw (cccmd cc author self sob body bodycc)) { > >> + foreach my $entry (qw (tocmd cccmd cc author self sob body bodycc)) { > >> > >> to think

Re: [PATCH] send-email: Add tocmd option to suppress-cc

2017-06-13 Thread Junio C Hamano
Viresh Kumar writes: >> Going back to the core part of your change, i.e. >> >> -foreach my $entry (qw (cccmd cc author self sob body bodycc)) { >> +foreach my $entry (qw (tocmd cccmd cc author self sob body bodycc)) { >> >> to think about it a bit more, I notice that all the existing on

Re: [PATCH] send-email: Add tocmd option to suppress-cc

2017-06-12 Thread Viresh Kumar
On 12-06-17, 11:04, Junio C Hamano wrote: > Junio C Hamano writes: > > > Viresh Kumar writes: > > > >> On 18-05-17, 17:05, Viresh Kumar wrote: > >>> This adds tocmd option to suppress-cc command which already supports > >>> cccmd and others. > >>> > >>> Signed-off-by: Viresh Kumar > >>> --- >

Re: [PATCH] send-email: Add tocmd option to suppress-cc

2017-06-12 Thread Junio C Hamano
Junio C Hamano writes: > Viresh Kumar writes: > >> On 18-05-17, 17:05, Viresh Kumar wrote: >>> This adds tocmd option to suppress-cc command which already supports >>> cccmd and others. >>> >>> Signed-off-by: Viresh Kumar >>> --- >>> Documentation/git-send-email.txt | 1 + >>> git-send-email.

Re: [PATCH] send-email: Add tocmd option to suppress-cc

2017-06-12 Thread Junio C Hamano
Viresh Kumar writes: > On 18-05-17, 17:05, Viresh Kumar wrote: >> This adds tocmd option to suppress-cc command which already supports >> cccmd and others. >> >> Signed-off-by: Viresh Kumar >> --- >> Documentation/git-send-email.txt | 1 + >> git-send-email.perl | 8 >> 2

Re: [PATCH] send-email: Add tocmd option to suppress-cc

2017-06-11 Thread Viresh Kumar
On 18-05-17, 17:05, Viresh Kumar wrote: > This adds tocmd option to suppress-cc command which already supports > cccmd and others. > > Signed-off-by: Viresh Kumar > --- > Documentation/git-send-email.txt | 1 + > git-send-email.perl | 8 > 2 files changed, 5 insertions(+),

[PATCH] send-email: Add tocmd option to suppress-cc

2017-05-18 Thread Viresh Kumar
This adds tocmd option to suppress-cc command which already supports cccmd and others. Signed-off-by: Viresh Kumar --- Documentation/git-send-email.txt | 1 + git-send-email.perl | 8 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Documentation/git-send-emai