aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-send-email.txt
diff options
context:
space:
mode:
authorMike Hommey <mh@glandium.org>2008-01-26 12:04:30 +0100
committerJunio C Hamano <gitster@pobox.com>2008-01-26 10:59:07 -0800
commitab8daa183638cea6238ec5949c99fefdcc29bd8c (patch)
treec4e9568b518ff70fcdcc74adce81a5d020c4b0b0 /Documentation/git-send-email.txt
parent3a9f0f41db87e197708f84aeb2487bc983f99c9c (diff)
downloadgit-ab8daa183638cea6238ec5949c99fefdcc29bd8c.tar.gz
Documentation: add a bit about sendemail.to configuration
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>
Diffstat (limited to 'Documentation/git-send-email.txt')
-rw-r--r--Documentation/git-send-email.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/git-send-email.txt b/Documentation/git-send-email.txt
index 4b8ec8a200..0554f2b374 100644
--- 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.