diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2014-04-29 08:41:16 +0300 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-04-29 11:27:41 -0700 |
commit | f515c904fb4d1b95bb8b94cb00fb6b5768cf0ed4 (patch) | |
tree | cab646f9a812a8f74753ce68f4ec66183b03e620 /Documentation/git-send-email.txt | |
parent | d8779e1e2536bdd024254af14d2c046bba2bbb01 (diff) | |
download | git-f515c904fb4d1b95bb8b94cb00fb6b5768cf0ed4.tar.gz git-f515c904fb4d1b95bb8b94cb00fb6b5768cf0ed4.tar.xz |
git-send-email: two new options: to-cover, cc-cover
Allow extracting To/Cc addresses from the first patch
(typically the cover letter), and use them as To/Cc addresses of the
remainder of the series.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-send-email.txt')
-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 f0e57a597..b983053f8 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: |