summaryrefslogtreecommitdiffstats
path: root/git-send-email.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-06-20 15:24:49 -0700
committerJunio C Hamano <gitster@pobox.com>2014-06-20 15:24:49 -0700
commit45f804feaf89e9f2fffa25c2878dc3f72e81d948 (patch)
tree0f9cceb35d7e85db082a0a03fce931ed630fc249 /git-send-email.html
parentc8c398a6f8bcc99ada4d46b978e42188c7302b6b (diff)
downloadgit-htmldocs-45f804feaf89e9f2fffa25c2878dc3f72e81d948.tar.gz
Autogenerated HTML docs for v2.0.0-421-g786a8
Diffstat (limited to 'git-send-email.html')
-rw-r--r--git-send-email.html24
1 files changed, 23 insertions, 1 deletions
diff --git a/git-send-email.html b/git-send-email.html
index 2febf3b72..3344c448d 100644
--- a/git-send-email.html
+++ b/git-send-email.html
@@ -1121,6 +1121,28 @@ must be used for each option.</p></div>
</p>
</dd>
<dt class="hdlist1">
+--[no-]cc-cover
+</dt>
+<dd>
+<p>
+ 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 <em>sendemail.cccover</em>
+ configuration value; if that is unspecified, default to --no-cc-cover.
+</p>
+</dd>
+<dt class="hdlist1">
+--[no-]to-cover
+</dt>
+<dd>
+<p>
+ 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 <em>sendemail.tocover</em>
+ configuration value; if that is unspecified, default to --no-to-cover.
+</p>
+</dd>
+<dt class="hdlist1">
--suppress-cc=&lt;category&gt;
</dt>
<dd>
@@ -1410,7 +1432,7 @@ $ git send-email outgoing/*</tt></pre>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2014-06-06 12:15:38 PDT
+Last updated 2014-06-20 15:24:28 PDT
</div>
</div>
</body>