Re: [PATCH v2 1/2] send-email: make annotate configurable

2013-04-06 Thread Felipe Contreras
On Sat, Apr 6, 2013 at 9:32 PM, Junio C Hamano wrote: > Felipe Contreras writes: > >> @@ -305,6 +306,7 @@ my $rc = GetOptions("h" => \$help, >> "smtp-domain:s" => \$smtp_domain, >> "identity=s" => \$identity, >> "annotate" => \$annotate, >> +

Re: [PATCH v2 1/2] send-email: make annotate configurable

2013-04-06 Thread Junio C Hamano
Felipe Contreras writes: > @@ -305,6 +306,7 @@ my $rc = GetOptions("h" => \$help, > "smtp-domain:s" => \$smtp_domain, > "identity=s" => \$identity, > "annotate" => \$annotate, > + "no-annotate" => \$no_annotate, Wouldn't it be

[PATCH v2 1/2] send-email: make annotate configurable

2013-04-06 Thread Felipe Contreras
Some people always do --annotate, lets not force them to always type that. Signed-off-by: Felipe Contreras --- Documentation/config.txt | 1 + Documentation/git-send-email.txt | 5 +++-- git-send-email.perl | 12 +--- 3 files changed, 13 insertions(+), 5 deletions(