diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-07-15 11:41:22 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-07-15 11:41:22 -0700 |
commit | a15ebbc2c7181ad6574726ebf9549e99ee293c74 (patch) | |
tree | 641ce6ee9ceb2b8eb714502a5537e2cdb4bed470 | |
parent | e9da4e6ff2768700e707d79122c992665bc03bd2 (diff) | |
parent | d614f0754927c6f4c265014e205f0d1d5b7c856b (diff) | |
download | git-a15ebbc2c7181ad6574726ebf9549e99ee293c74.tar.gz |
Merge branch 'fk/doc-format-patch-vn' into maint
Docfix.
* fk/doc-format-patch-vn:
doc: format-patch: fix typo
-rw-r--r-- | Documentation/git-format-patch.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 <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` |