summaryrefslogtreecommitdiffstats
path: root/git-format-patch.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-04-12 05:02:47 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-04-12 05:02:47 +0000
commit6f1cca8542cc2511b94d9ae214ad2f17a05ee6af (patch)
tree4c240e313d5fc3744d43e75f9a30cbca4a8e9fe7 /git-format-patch.txt
parentc3f1dbf06ea66503339550ea4b99b82a49c5aa93 (diff)
downloadgit-htmldocs-6f1cca8542cc2511b94d9ae214ad2f17a05ee6af.tar.gz
Autogenerated HTML docs for v1.5.1.1-81-g6aea
Diffstat (limited to 'git-format-patch.txt')
-rw-r--r--git-format-patch.txt17
1 files changed, 12 insertions, 5 deletions
diff --git a/git-format-patch.txt b/git-format-patch.txt
index 111d7c60b..a33d157b9 100644
--- a/git-format-patch.txt
+++ b/git-format-patch.txt
@@ -10,11 +10,12 @@ SYNOPSIS
--------
[verse]
'git-format-patch' [-n | -k] [-o <dir> | --stdout] [--thread]
- [--attach[=<boundary>] | --inline[=<boundary>]]
- [-s | --signoff] [<common diff options>] [--start-number <n>]
- [--in-reply-to=Message-Id] [--suffix=.<sfx>]
- [--ignore-if-in-upstream]
- <since>[..<until>]
+ [--attach[=<boundary>] | --inline[=<boundary>]]
+ [-s | --signoff] [<common diff options>] [--start-number <n>]
+ [--in-reply-to=Message-Id] [--suffix=.<sfx>]
+ [--ignore-if-in-upstream]
+ [--subject-prefix=Subject-Prefix]
+ <since>[..<until>]
DESCRIPTION
-----------
@@ -98,6 +99,12 @@ include::diff-options.txt[]
patches being generated, and any patch that matches is
ignored.
+--subject-prefix=<Subject-Prefix>::
+ Instead of the standard '[PATCH]' prefix in the subject
+ line, instead use '[<Subject-Prefix>]'. This
+ allows for useful naming of a patch series, and can be
+ combined with the --numbered option.
+
--suffix=.<sfx>::
Instead of using `.patch` as the suffix for generated
filenames, use specifed suffix. A common alternative is