diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-01-11 23:27:29 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-01-11 23:27:29 -0800 |
commit | 9279bf3ab6739cd5854c21418c5d28412287ba07 (patch) | |
tree | e2999c7504be6957d228b665c1106d981414a5cd /Documentation | |
parent | 687004b512d30daeff0e64dc718f803433d73329 (diff) | |
parent | bd7c6e7fc53691e2c459eaad73bc12006939333e (diff) | |
download | git-9279bf3ab6739cd5854c21418c5d28412287ba07.tar.gz git-9279bf3ab6739cd5854c21418c5d28412287ba07.tar.xz |
Merge branch 'mh/maint-sendmail-cc-doc' into maint
* mh/maint-sendmail-cc-doc:
doc/git-send-email: mention sendemail.cc config variable
Diffstat (limited to 'Documentation')
-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. |