summaryrefslogtreecommitdiffstats
path: root/git-format-patch.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-04-02 15:14:54 -0700
committerJunio C Hamano <gitster@pobox.com>2021-04-02 15:14:54 -0700
commitb4e4759bd226dd16de8873c4b2cb1354511d1116 (patch)
tree4c3c4b89032d6d9843dc021af85a3ef52618d6ed /git-format-patch.html
parent3818f89ec2ff1b3fe76412b01c315b47369ef1ee (diff)
downloadgit-htmldocs-b4e4759bd226dd16de8873c4b2cb1354511d1116.tar.gz
Autogenerated HTML docs for v2.31.1-189-g2e365
Diffstat (limited to 'git-format-patch.html')
-rw-r--r--git-format-patch.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/git-format-patch.html b/git-format-patch.html
index a7bcc60f2..964cd671b 100644
--- a/git-format-patch.html
+++ b/git-format-patch.html
@@ -1855,6 +1855,11 @@ populated with placeholder text.</p></div>
<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.
+ <code>&lt;n&gt;</code> does not have to be an integer (e.g. "--reroll-count=4.4",
+ or "--reroll-count=4rev2" are allowed), but the downside of
+ using such a reroll-count is that the range-diff/interdiff
+ with the previous version does not state exactly which
+ version the new interation is compared against.
</p>
</dd>
<dt class="hdlist1">
@@ -2549,7 +2554,7 @@ Extract three topmost commits from the current branch and format them
<div id="footer">
<div id="footer-text">
Last updated
- 2021-03-30 15:09:45 PDT
+ 2021-04-02 15:10:10 PDT
</div>
</div>
</body>