From: Junio C Hamano Date: Wed, 24 Jun 2015 19:21:56 +0000 (-0700) Subject: Merge branch 'fk/doc-format-patch-vn' X-Git-Tag: v2.5.0-rc0~10 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/61461791be23618c52df7f81975228dea47e64d3 Merge branch 'fk/doc-format-patch-vn' Docfix. * fk/doc-format-patch-vn: doc: format-patch: fix typo --- 61461791be23618c52df7f81975228dea47e64d3 diff --cc Documentation/git-format-patch.txt index bb3ea9372f,bb541b7d6f..0dac4e9b86 --- a/Documentation/git-format-patch.txt +++ b/Documentation/git-format-patch.txt @@@ -167,10 -166,9 +167,10 @@@ will want to ensure that threading is d allows for useful naming of a patch series, and can be combined with the `--numbered` option. +-v :: --reroll-count=:: Mark the series as the -th iteration of the topic. The - output filenames have `v` pretended to them, and the + output filenames have `v` prepended to them, and the subject prefix ("PATCH" by default, but configurable via the `--subject-prefix` option) has ` v` appended to it. E.g. `--reroll-count=4` may produce `v4-0001-add-makefile.patch`