]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/git-send-email.txt
t4034: abstract away SHA-1-specific constants
[thirdparty/git.git] / Documentation / git-send-email.txt
index 504ae7fe76e0f608934095d074100e561409a5b3..d93e5d0f58f0602e0cd0da7bfd6ce11f49b110d6 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.