diff options
author | Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com> | 2007-11-07 08:34:12 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-11-07 17:23:04 -0800 |
commit | 620bb245b945531bb6e08016d5f28caf9e797786 (patch) | |
tree | 8155b16f00e6150d2695d769a85fef0f1339788b /Documentation/git-send-email.txt | |
parent | 3c307bfbe8f8f9223c9b3cef8fdf2fabd05cda6d (diff) | |
download | git-620bb245b945531bb6e08016d5f28caf9e797786.tar.gz |
send-email: apply --suppress-from to S-o-b and cc-cmd
Signed-off-by: Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com>
Cc: Ryan Anderson <ryan@michonline.com>
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 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Documentation/git-send-email.txt b/Documentation/git-send-email.txt index e38b7021b4..659215ac72 100644 --- a/Documentation/git-send-email.txt +++ b/Documentation/git-send-email.txt @@ -113,8 +113,7 @@ The --cc option must be repeated for each user you want on the cc list. is not set, this will be prompted for. --suppress-from, --no-suppress-from:: - If this is set, do not add the From: address to the cc: list, if it - shows up in a From: line. + If this is set, do not add the From: address to the cc: list. Default is the value of 'sendemail.suppressfrom' configuration value; if that is unspecified, default to --no-suppress-from. |