diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-06-24 12:21:56 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-06-24 12:21:56 -0700 |
commit | 61461791be23618c52df7f81975228dea47e64d3 (patch) | |
tree | dbcbcfa050845f5f59590886914cd64f08a20230 /Documentation | |
parent | Merge branch 'sg/commit-cleanup-scissors' (diff) | |
parent | doc: format-patch: fix typo (diff) | |
download | tgif-61461791be23618c52df7f81975228dea47e64d3.tar.xz |
Merge branch 'fk/doc-format-patch-vn'
Docfix.
* fk/doc-format-patch-vn:
doc: format-patch: fix typo
Diffstat (limited to 'Documentation')
-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` |