summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2015-06-24 12:21:56 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2015-06-24 12:21:56 -0700
commit61461791be23618c52df7f81975228dea47e64d3 (patch)
treedbcbcfa050845f5f59590886914cd64f08a20230
parentMerge branch 'sg/commit-cleanup-scissors' (diff)
parentdoc: format-patch: fix typo (diff)
downloadtgif-61461791be23618c52df7f81975228dea47e64d3.tar.xz
Merge branch 'fk/doc-format-patch-vn'
Docfix. * fk/doc-format-patch-vn: doc: format-patch: fix typo
-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`