]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'fk/doc-format-patch-vn'
authorJunio C Hamano <gitster@pobox.com>
Wed, 24 Jun 2015 19:21:56 +0000 (12:21 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 24 Jun 2015 19:21:56 +0000 (12:21 -0700)
Docfix.

* fk/doc-format-patch-vn:
  doc: format-patch: fix typo

1  2 
Documentation/git-format-patch.txt

index bb3ea9372f873ee50c3c6fb4092cd95ebbba3312,bb541b7d6f3612db7b198f497cc7278a160dbc59..0dac4e9b86150ef2546b9fca02e211db6e667dcc
@@@ -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 <n>::
  --reroll-count=<n>::
        Mark the series as the <n>-th iteration of the topic. The
-       output filenames have `v<n>` pretended to them, and the
+       output filenames have `v<n>` prepended 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`