]> git.ipfire.org Git - thirdparty/git.git/commitdiff
send-email: document --no-[to|cc|bcc]
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Fri, 17 May 2019 19:55:43 +0000 (21:55 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sun, 19 May 2019 01:12:51 +0000 (10:12 +0900)
These options added in f434c083a0 ("send-email: add --no-cc, --no-to,
and --no-bcc", 2010-03-07) were never documented.

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-send-email.txt

index 2f32dbf16d1dc61528cae1a761cbd5d5406a893b..01fd9d4b59b1379feb7dae555123109f2860b98e 100644 (file)
@@ -273,6 +273,10 @@ must be used for each option.
 Automating
 ~~~~~~~~~~
 
+--no-[to|cc|bcc]::
+       Clears any list of "To:", "Cc:", "Bcc:" addresses previously
+       set via config.
+
 --to-cmd=<command>::
        Specify a command to execute once per patch file which
        should generate patch file specific "To:" entries.