From: Junio C Hamano Date: Wed, 15 Jul 2015 18:41:22 +0000 (-0700) Subject: Merge branch 'fk/doc-format-patch-vn' into maint X-Git-Tag: v2.4.6~5 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/a15ebbc2c7181ad6574726ebf9549e99ee293c74 Merge branch 'fk/doc-format-patch-vn' into maint Docfix. * fk/doc-format-patch-vn: doc: format-patch: fix typo --- a15ebbc2c7181ad6574726ebf9549e99ee293c74 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`