]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/git-send-email.txt
Merge branch 'ds/topo-traversal-using-commit-graph'
[thirdparty/git.git] / Documentation / git-send-email.txt
index 1afe9fc858ea7dcd05ae5f77c994af8f17f5bf52..a861934c69213a790fd96cf065043d5394a0332b 100644 (file)
@@ -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.