diff options
Diffstat (limited to 'Documentation/git-send-email.txt')
-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. |