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>
This commit is contained in:
Ævar Arnfjörð Bjarmason 2019-05-17 21:55:43 +02:00 committed by Junio C Hamano
parent a8aea5db7a
commit 564eba4bc0

View 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.