From: Ævar Arnfjörð Bjarmason Date: Fri, 17 May 2019 19:55:43 +0000 (+0200) Subject: send-email: document --no-[to|cc|bcc] X-Git-Tag: v2.23.0-rc0~143^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/564eba4bc03325ac03c00b8769bd4a8414c4cc3b?ds=inline;hp=--cc send-email: document --no-[to|cc|bcc] 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 Signed-off-by: Junio C Hamano --- 564eba4bc03325ac03c00b8769bd4a8414c4cc3b diff --git a/Documentation/git-send-email.txt b/Documentation/git-send-email.txt index 2f32dbf16d..01fd9d4b59 100644 --- a/Documentation/git-send-email.txt +++ b/Documentation/git-send-email.txt @@ -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=:: Specify a command to execute once per patch file which should generate patch file specific "To:" entries.