summaryrefslogtreecommitdiffstats
path: root/git-format-patch.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2010-03-15 20:32:55 +0000
committerJunio C Hamano <junio@kernel.org>2010-03-15 20:32:55 +0000
commitea90ab36bcffba684cc88930450530c859318536 (patch)
tree6da3447e8586e094473ade4edd6370a94270be92 /git-format-patch.html
parentcaa712abb1d806cccb0f24a300e299da1777fc7d (diff)
downloadgit-htmldocs-ea90ab36bcffba684cc88930450530c859318536.tar.gz
Autogenerated HTML docs for v1.7.0.2-273-gc2413
Diffstat (limited to 'git-format-patch.html')
-rw-r--r--git-format-patch.html18
1 files changed, 14 insertions, 4 deletions
diff --git a/git-format-patch.html b/git-format-patch.html
index 6f4534647..e3607f2d6 100644
--- a/git-format-patch.html
+++ b/git-format-patch.html
@@ -330,7 +330,7 @@ git-format-patch(1) Manual Page
[--in-reply-to=Message-Id] [--suffix=.&lt;sfx&gt;]
[--ignore-if-in-upstream]
[--subject-prefix=Subject-Prefix]
- [--cc=&lt;email&gt;]
+ [--to=&lt;email&gt;] [--cc=&lt;email&gt;]
[--cover-letter]
[&lt;common diff options&gt;]
[ &lt;since&gt; | &lt;revision range&gt; ]</div></div>
@@ -864,6 +864,15 @@ will want to ensure that threading is disabled for <tt>git send-email</tt>.</p><
</p>
</dd>
<dt>
+--to=&lt;email&gt;
+</dt>
+<dd>
+<p>
+ Add a <tt>To:</tt> header to the email headers. This is in addition
+ to any configured headers, and may be used multiple times.
+</p>
+</dd>
+<dt>
--cc=&lt;email&gt;
</dt>
<dd>
@@ -934,8 +943,8 @@ you can use <tt>--suffix=-patch</tt> to get <tt>0001-description-of-my-change-pa
<div class="sectionbody">
<div class="para"><p>You can specify extra mail header lines to be added to each message,
defaults for the subject prefix and file suffix, number patches when
-outputting more than one patch, add "Cc:" headers, configure attachments,
-and sign off patches with configuration variables.</p></div>
+outputting more than one patch, add "To" or "Cc:" headers, configure
+attachments, and sign off patches with configuration variables.</p></div>
<div class="listingblock">
<div class="content">
<pre><tt>[format]
@@ -943,6 +952,7 @@ and sign off patches with configuration variables.</p></div>
subjectprefix = CHANGE
suffix = .txt
numbered = auto
+ to = &lt;email&gt;
cc = &lt;email&gt;
attach [ = mime-boundary-string ]
signoff = true</tt></pre>
@@ -1026,7 +1036,7 @@ as e-mailable patches:
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2010-03-03 05:12:41 UTC
+Last updated 2010-03-15 20:32:30 UTC
</div>
</div>
</body>