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?hp=e9da4e6ff2768700e707d79122c992665bc03bd2 Merge branch 'fk/doc-format-patch-vn' into maint Docfix. * fk/doc-format-patch-vn: doc: format-patch: fix typo --- 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 :: --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`