Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Documentation: add a bit about sendemail.to configuration
author
Mike Hommey
<mh@glandium.org>
Sat, 26 Jan 2008 11:04:30 +0000
(12:04 +0100)
committer
Junio C Hamano
<gitster@pobox.com>
Sat, 26 Jan 2008 18:59:07 +0000
(10:59 -0800)
While there is information about this in the configuration section, it was
missing in the options section.
Signed-off-by: Mike Hommey <mh@glandium.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-send-email.txt
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
3a9f0f4
)
diff --git
a/Documentation/git-send-email.txt
b/Documentation/git-send-email.txt
index 4b8ec8a2005fe5704d43e1bab247d517e1218e5e..0554f2b3741bef4213bf7197bf1bb6335c1268c4 100644
(file)
--- a/
Documentation/git-send-email.txt
+++ b/
Documentation/git-send-email.txt
@@
-137,6
+137,8
@@
The --cc option must be repeated for each user you want on the cc list.
Specify the primary recipient of the emails generated.
Generally, this will be the upstream maintainer of the
project involved.
+ Default is the value of the 'sendemail.to' configuration value;
+ if that is unspecified, this will be prompted for.
+
The --to option must be repeated for each user you want on the to list.