diff options
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 01fd9d4b59..cf4e3d99bc 100644 --- a/Documentation/git-send-email.txt +++ b/Documentation/git-send-email.txt @@ -277,6 +277,10 @@ Automating 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. |