diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-01-07 00:10:19 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-01-07 00:10:19 -0800 |
commit | c123b7c5fb596d93cd015645212c379fc3c381d5 (patch) | |
tree | 0bb147089082ff06b96d38b4017c4ece081a50e3 | |
parent | 7bb5321be0ecb70a990ad49da2a1366c19201372 (diff) | |
parent | bd7c6e7fc53691e2c459eaad73bc12006939333e (diff) | |
download | git-c123b7c5fb596d93cd015645212c379fc3c381d5.tar.gz git-c123b7c5fb596d93cd015645212c379fc3c381d5.tar.xz |
Merge branch 'mh/maint-sendmail-cc-doc'
* mh/maint-sendmail-cc-doc:
doc/git-send-email: mention sendemail.cc config variable
-rw-r--r-- | Documentation/git-send-email.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/git-send-email.txt b/Documentation/git-send-email.txt index b69846e52..ff4aeff4e 100644 --- a/Documentation/git-send-email.txt +++ b/Documentation/git-send-email.txt @@ -34,6 +34,7 @@ The --bcc option must be repeated for each user you want on the bcc list. --cc:: Specify a starting "Cc:" value for each email. + Default is the value of 'sendemail.cc'. + The --cc option must be repeated for each user you want on the cc list. |