summaryrefslogtreecommitdiff
path: root/Documentation/git-send-email.txt
diff options
context:
space:
mode:
authorMarkus Heidelberg <markus.heidelberg@web.de>2008-12-28 23:37:25 (GMT)
committerJunio C Hamano <gitster@pobox.com>2008-12-29 09:06:11 (GMT)
commitbd7c6e7fc53691e2c459eaad73bc12006939333e (patch)
tree7494b4bfdeb05504f2b9a3917cf8ace20c3d28c4 /Documentation/git-send-email.txt
parent8104ebfe8276657ee803cca7eb8665a78cf3ef83 (diff)
downloadgit-bd7c6e7fc53691e2c459eaad73bc12006939333e.zip
git-bd7c6e7fc53691e2c459eaad73bc12006939333e.tar.gz
git-bd7c6e7fc53691e2c459eaad73bc12006939333e.tar.bz2
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.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/git-send-email.txt b/Documentation/git-send-email.txt
index 1278866..2b6d68c 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.