summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrans Klaver <fransklaver@gmail.com>2015-06-10 23:01:14 +0200
committerJunio C Hamano <gitster@pobox.com>2015-06-10 14:37:04 -0700
commitd614f0754927c6f4c265014e205f0d1d5b7c856b (patch)
tree5cdb127ed4bea52fc75f46e9e58ee4bb10821691
parent4aad08e061df699b49e24c4d34698d734473fb66 (diff)
downloadgit-fk/doc-format-patch-vn.tar.gz
doc: format-patch: fix typofk/doc-format-patch-vn
reroll count documentation states that v<n> will be pretended to the filename. Judging by the examples that should have been 'prepended'. Signed-off-by: Frans Klaver <fransklaver@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-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 736d8bf887..bb541b7d6f 100644
--- a/Documentation/git-format-patch.txt
+++ b/Documentation/git-format-patch.txt
@@ -168,7 +168,7 @@ will want to ensure that threading is disabled for `git send-email`.
--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`