aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-format-patch.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-06-24 12:21:56 -0700
committerJunio C Hamano <gitster@pobox.com>2015-06-24 12:21:56 -0700
commit61461791be23618c52df7f81975228dea47e64d3 (patch)
treedbcbcfa050845f5f59590886914cd64f08a20230 /Documentation/git-format-patch.txt
parent07528be1018b72e463404624b8752ead7eb0eb8d (diff)
parentd614f0754927c6f4c265014e205f0d1d5b7c856b (diff)
downloadgit-61461791be23618c52df7f81975228dea47e64d3.tar.gz
Merge branch 'fk/doc-format-patch-vn'
Docfix. * fk/doc-format-patch-vn: doc: format-patch: fix typo
Diffstat (limited to 'Documentation/git-format-patch.txt')
-rw-r--r--Documentation/git-format-patch.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-format-patch.txt b/Documentation/git-format-patch.txt
index bb3ea9372f..0dac4e9b86 100644
--- a/Documentation/git-format-patch.txt
+++ b/Documentation/git-format-patch.txt
@@ -170,7 +170,7 @@ will want to ensure that threading is disabled for `git send-email`.
-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
+ output filenames have `v<n>` prepended 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`