Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
doc: format-patch: fix typo
author
Frans Klaver
<fransklaver@gmail.com>
Wed, 10 Jun 2015 21:01:14 +0000
(23:01 +0200)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 10 Jun 2015 21:37:04 +0000
(14:37 -0700)
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>
Documentation/git-format-patch.txt
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
4aad08e
)
diff --git
a/Documentation/git-format-patch.txt
b/Documentation/git-format-patch.txt
index 736d8bf887d2cb272ab8992f07dc1a31cf389061..bb541b7d6f3612db7b198f497cc7278a160dbc59 100644
(file)
--- 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>` pre
t
ended to them, and the
+ output filenames have `v<n>` pre
p
ended 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`