diff options
author | Junio C Hamano <gitster@pobox.com> | 2014-06-20 13:12:19 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-06-20 13:12:20 -0700 |
commit | 9fe49ae7d7750297680442bcee8cd13959303247 (patch) | |
tree | a70eb0557eb521c87b45d3ed189bd5e1688ae0d2 /Documentation | |
parent | 7402a1c160bba1bb6292da98ada79da68371e930 (diff) | |
parent | 35ec002cf7921ca76b3dc8bdac5e03a4bb1463c6 (diff) | |
download | git-9fe49ae7d7750297680442bcee8cd13959303247.tar.gz |
Merge branch 'mt/send-email-cover-to-cc'
* mt/send-email-cover-to-cc:
t9001: avoid non-portable '\n' with sed
test/send-email: to-cover, cc-cover tests
git-send-email: two new options: to-cover, cc-cover
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-send-email.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Documentation/git-send-email.txt b/Documentation/git-send-email.txt index d0fa18aaa8..a60776eb57 100644 --- a/Documentation/git-send-email.txt +++ b/Documentation/git-send-email.txt @@ -248,6 +248,18 @@ Automating cc list. Default is the value of 'sendemail.signedoffbycc' configuration value; if that is unspecified, default to --signed-off-by-cc. +--[no-]cc-cover:: + If this is set, emails found in Cc: headers in the first patch of + the series (typically the cover letter) are added to the cc list + for each email set. Default is the value of 'sendemail.cccover' + configuration value; if that is unspecified, default to --no-cc-cover. + +--[no-]to-cover:: + If this is set, emails found in To: headers in the first patch of + the series (typically the cover letter) are added to the to list + for each email set. Default is the value of 'sendemail.tocover' + configuration value; if that is unspecified, default to --no-to-cover. + --suppress-cc=<category>:: Specify an additional category of recipients to suppress the auto-cc of: |