summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-07-15 18:41:22 (GMT)
committerJunio C Hamano <gitster@pobox.com>2015-07-15 18:41:22 (GMT)
commita15ebbc2c7181ad6574726ebf9549e99ee293c74 (patch)
tree641ce6ee9ceb2b8eb714502a5537e2cdb4bed470 /Documentation
parente9da4e6ff2768700e707d79122c992665bc03bd2 (diff)
parentd614f0754927c6f4c265014e205f0d1d5b7c856b (diff)
downloadgit-a15ebbc2c7181ad6574726ebf9549e99ee293c74.zip
git-a15ebbc2c7181ad6574726ebf9549e99ee293c74.tar.gz
git-a15ebbc2c7181ad6574726ebf9549e99ee293c74.tar.bz2
Merge branch 'fk/doc-format-patch-vn' into maint
Docfix. * fk/doc-format-patch-vn: doc: format-patch: fix typo
Diffstat (limited to 'Documentation')
-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 bb3ea93..0dac4e9 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`