summaryrefslogtreecommitdiffstats
path: root/git-format-patch.txt
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.txt
parentc087f14a2f85dacc56542e43b5d35a4ed7da4333 (diff)
downloadgit-htmldocs-7dac690f991a8f2cbf545505617e5718c7354b34.tar.gz
Autogenerated HTML docs for v1.8.1-336-g94702
Diffstat (limited to 'git-format-patch.txt')
-rw-r--r--git-format-patch.txt11
1 files changed, 10 insertions, 1 deletions
diff --git a/git-format-patch.txt b/git-format-patch.txt
index 259dce499..9a914d015 100644
--- a/git-format-patch.txt
+++ b/git-format-patch.txt
@@ -18,7 +18,7 @@ SYNOPSIS
[--start-number <n>] [--numbered-files]
[--in-reply-to=Message-Id] [--suffix=.<sfx>]
[--ignore-if-in-upstream]
- [--subject-prefix=Subject-Prefix]
+ [--subject-prefix=Subject-Prefix] [(--reroll-count|-v) <n>]
[--to=<email>] [--cc=<email>]
[--cover-letter] [--quiet] [--notes[=<ref>]]
[<common diff options>]
@@ -166,6 +166,15 @@ will want to ensure that threading is disabled for `git send-email`.
allows for useful naming of a patch series, and can be
combined with the `--numbered` option.
+-v <n>::
+--reroll-count=<n>::
+ Mark the series as the <n>-th iteration of the topic. The
+ output filenames have `v<n>` pretended to them, and the
+ subject prefix ("PATCH" by default, but configurable via the
+ `--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.
+
--to=<email>::
Add a `To:` header to the email headers. This is in addition
to any configured headers, and may be used multiple times.