diff options
author | Markus Heidelberg <markus.heidelberg@web.de> | 2008-12-29 00:37:25 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-12-29 01:06:11 -0800 |
commit | bd7c6e7fc53691e2c459eaad73bc12006939333e (patch) | |
tree | 7494b4bfdeb05504f2b9a3917cf8ace20c3d28c4 /Documentation/git-send-email.txt | |
parent | 8104ebfe8276657ee803cca7eb8665a78cf3ef83 (diff) | |
download | git-bd7c6e7fc53691e2c459eaad73bc12006939333e.tar.gz |
doc/git-send-email: mention sendemail.cc config variable
This variable was added in 5f8b9fc (git-send-email: add a new
sendemail.cc configuration variable, 2008-04-27), but is not yet refered
to by the documentation.
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/git-send-email.txt b/Documentation/git-send-email.txt index 12788667d4..2b6d68c498 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. |