From: Mike Hommey Date: Sat, 26 Jan 2008 11:04:30 +0000 (+0100) Subject: Documentation: add a bit about sendemail.to configuration X-Git-Tag: v1.5.4-rc5~4 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ab8daa183638cea6238ec5949c99fefdcc29bd8c;p=git.git 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 Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-send-email.txt b/Documentation/git-send-email.txt index 4b8ec8a20..0554f2b37 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.