summaryrefslogtreecommitdiffstats
path: root/git-send-email.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-06-13 15:09:30 -0700
committerJunio C Hamano <gitster@pobox.com>2019-06-13 15:09:30 -0700
commit5193787ca4fbec1fbd47afd14701cc8a3799641e (patch)
tree12a9d0bb43ba929ff7c759dd2ee8c94b0a73a1e2 /git-send-email.txt
parent1c05a66ac9af54d408b3d97e791622cbdcf7d8f1 (diff)
downloadgit-htmldocs-5193787ca4fbec1fbd47afd14701cc8a3799641e.tar.gz
Autogenerated HTML docs for v2.22.0-68-g0aae9
Diffstat (limited to 'git-send-email.txt')
-rw-r--r--git-send-email.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/git-send-email.txt b/git-send-email.txt
index 1afe9fc85..a861934c6 100644
--- a/git-send-email.txt
+++ b/git-send-email.txt
@@ -278,6 +278,14 @@ must be used for each option.
Automating
~~~~~~~~~~
+--no-[to|cc|bcc]::
+ Clears any list of "To:", "Cc:", "Bcc:" addresses previously
+ set via config.
+
+--no-identity::
+ Clears the previously read value of `sendemail.identity` set
+ via config, if any.
+
--to-cmd=<command>::
Specify a command to execute once per patch file which
should generate patch file specific "To:" entries.