Skip to content

Commit d614f07

Browse files
fransklavergitster
authored andcommitted
doc: format-patch: fix typo
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 4aad08e commit d614f07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git-format-patch.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ will want to ensure that threading is disabled for `git send-email`.
168168

169169
--reroll-count=<n>::
170170
Mark the series as the <n>-th iteration of the topic. The
171-
output filenames have `v<n>` pretended to them, and the
171+
output filenames have `v<n>` prepended to them, and the
172172
subject prefix ("PATCH" by default, but configurable via the
173173
`--subject-prefix` option) has ` v<n>` appended to it. E.g.
174174
`--reroll-count=4` may produce `v4-0001-add-makefile.patch`

0 commit comments

Comments
 (0)