diff options
author | Felipe Contreras <felipe.contreras@gmail.com> | 2013-04-07 01:10:27 -0600 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-04-07 00:42:29 -0700 |
commit | 402596aafa45ef371611bb795bdf8daa2bdb9286 (patch) | |
tree | 1a65f6da62f4bee96f2dad8af6597a75bed48dde /Documentation/git-send-email.txt | |
parent | 21ccebec0dd1d7e624ea2f22af6ac93686daf34f (diff) | |
download | git-402596aafa45ef371611bb795bdf8daa2bdb9286.tar.gz |
send-email: make annotate configurable
Some people always do --annotate, lets not force them to always type
that.
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-send-email.txt')
-rw-r--r-- | Documentation/git-send-email.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Documentation/git-send-email.txt b/Documentation/git-send-email.txt index 0cffef8aa5..40a9a9abc1 100644 --- a/Documentation/git-send-email.txt +++ b/Documentation/git-send-email.txt @@ -45,8 +45,9 @@ Composing ~~~~~~~~~ --annotate:: - Review and edit each patch you're about to send. See the - CONFIGURATION section for 'sendemail.multiedit'. + Review and edit each patch you're about to send. Default is the value + of 'sendemail.annotate'. See the CONFIGURATION section for + 'sendemail.multiedit'. --bcc=<address>:: Specify a "Bcc:" value for each email. Default is the value of |