Re: [PATCH] - git-send-email.perl

2007-08-17 Thread Joe Perches
On Fri, 2007-08-17 at 16:38 -0700, Junio C Hamano wrote: > Joe Perches <[EMAIL PROTECTED]> writes: > ... Signed-off-by: ... > I do not see a patch to "Documentation/git-send-email.txt" here... > Something like this, with appropriate error checking, perhaps? > > open my $cc, "${cc_cmd} $t |";

Re: [PATCH] - git-send-email.perl

2007-08-17 Thread Junio C Hamano
Joe Perches <[EMAIL PROTECTED]> writes: > Here's a path to enable a command line option > that takes a string argument > > cc-cmd > > This modifies the @cc array to include whatever > output is produced by cc_cmd $patchfile > > cccmd can be stored in a config settings file > > previous versi