diff options
author | Ævar Arnfjörð Bjarmason <avarab@gmail.com> | 2019-05-17 21:55:43 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-05-19 10:12:51 +0900 |
commit | 564eba4bc03325ac03c00b8769bd4a8414c4cc3b (patch) | |
tree | 4c85456dfc9c575fc12ed029d4fefbca0a26f221 /Documentation | |
parent | send-email: fix broken transferEncoding tests (diff) | |
download | tgif-564eba4bc03325ac03c00b8769bd4a8414c4cc3b.tar.xz |
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>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-send-email.txt | 4 |
1 files changed, 4 insertions, 0 deletions
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=<command>:: Specify a command to execute once per patch file which should generate patch file specific "To:" entries. |