summaryrefslogtreecommitdiffstats
path: root/git-format-patch.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-01-12 00:25:31 -0800
committerJunio C Hamano <gitster@pobox.com>2013-01-12 00:25:31 -0800
commit7dac690f991a8f2cbf545505617e5718c7354b34 (patch)
tree76475e2f1553fb9ff77b83499a552ea624be62be /git-format-patch.html
parentc087f14a2f85dacc56542e43b5d35a4ed7da4333 (diff)
downloadgit-htmldocs-7dac690f991a8f2cbf545505617e5718c7354b34.tar.gz
Autogenerated HTML docs for v1.8.1-336-g94702
Diffstat (limited to 'git-format-patch.html')
-rw-r--r--git-format-patch.html20
1 files changed, 18 insertions, 2 deletions
diff --git a/git-format-patch.html b/git-format-patch.html
index dbb219e38..439c7055b 100644
--- a/git-format-patch.html
+++ b/git-format-patch.html
@@ -755,7 +755,7 @@ git-format-patch(1) Manual Page
[--start-number &lt;n&gt;] [--numbered-files]
[--in-reply-to=Message-Id] [--suffix=.&lt;sfx&gt;]
[--ignore-if-in-upstream]
- [--subject-prefix=Subject-Prefix]
+ [--subject-prefix=Subject-Prefix] [(--reroll-count|-v) &lt;n&gt;]
[--to=&lt;email&gt;] [--cc=&lt;email&gt;]
[--cover-letter] [--quiet] [--notes[=&lt;ref&gt;]]
[&lt;common diff options&gt;]
@@ -1480,6 +1480,22 @@ will want to ensure that threading is disabled for <code>git send-email</code>.<
</p>
</dd>
<dt class="hdlist1">
+-v &lt;n&gt;
+</dt>
+<dt class="hdlist1">
+--reroll-count=&lt;n&gt;
+</dt>
+<dd>
+<p>
+ Mark the series as the &lt;n&gt;-th iteration of the topic. The
+ output filenames have <code>v&lt;n&gt;</code> pretended to them, and the
+ subject prefix ("PATCH" by default, but configurable via the
+ <code>--subject-prefix</code> option) has ` v&lt;n&gt;` appended to it. E.g.
+ <code>--reroll-count=4</code> may produce <code>v4-0001-add-makefile.patch</code>
+ file that has "Subject: [PATCH v4 1/20] Add makefile" in it.
+</p>
+</dd>
+<dt class="hdlist1">
--to=&lt;email&gt;
</dt>
<dd>
@@ -1988,7 +2004,7 @@ as e-mailable patches:
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2012-11-15 13:11:54 PST
+Last updated 2013-01-12 00:25:04 PST
</div>
</div>
</body>