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 <avarab@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Ævar Arnfjörð Bjarmason committed
May 17, 2019 at 21:55 UTC
564eba4bc03325ac03c00b8769bd4a8414c4cc3b
1 file changed
+4
Documentation/git-send-email.txt
+4
@@ -273,6 +273,10 @@ must be used for each option.
273
Automating
274
~~~~~~~~~~
275
276
+--no-[to|cc|bcc]::
277
+ Clears any list of "To:", "Cc:", "Bcc:" addresses previously
278
+ set via config.
279
+
280
--to-cmd=<command>::
281
Specify a command to execute once per patch file which
282
should generate patch file specific "To:" entries.