summaryrefslogtreecommitdiffstats
path: root/git-format-patch.txt
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.txt
parent3818f89ec2ff1b3fe76412b01c315b47369ef1ee (diff)
downloadgit-htmldocs-b4e4759bd226dd16de8873c4b2cb1354511d1116.tar.gz
Autogenerated HTML docs for v2.31.1-189-g2e365
Diffstat (limited to 'git-format-patch.txt')
-rw-r--r--git-format-patch.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/git-format-patch.txt b/git-format-patch.txt
index 5cd8578b6..911da181a 100644
--- a/git-format-patch.txt
+++ b/git-format-patch.txt
@@ -238,6 +238,11 @@ populated with placeholder text.
`--subject-prefix` option) has ` v<n>` appended to it. E.g.
`--reroll-count=4` may produce `v4-0001-add-makefile.patch`
file that has "Subject: [PATCH v4 1/20] Add makefile" in it.
+ `<n>` 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.
--to=<email>::
Add a `To:` header to the email headers. This is in addition