Autogenerated manpages for v1.5.1.1-81-g6aea
authorJunio C Hamano <junio@hera.kernel.org>
Thu, 12 Apr 2007 05:02:49 +0000 (05:02 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Thu, 12 Apr 2007 05:02:49 +0000 (05:02 +0000)
man1/git-format-patch.1

index 147701c9eb398e511cc1d4a5bf67d1d727cf0906..7b5ee237d095f9f2820db24a9d43de43c5ad8613 100644 (file)
@@ -2,7 +2,7 @@
 .\" It was generated using the DocBook XSL Stylesheets (version 1.69.1).
 .\" Instead of manually editing it, you probably should edit the DocBook XML
 .\" source for it and then use the DocBook XSL Stylesheets to regenerate it.
-.TH "GIT\-FORMAT\-PATCH" "1" "04/04/2007" "" ""
+.TH "GIT\-FORMAT\-PATCH" "1" "04/12/2007" "Git 1.5.1.1.81.g6aea" "Git Manual"
 .\" disable hyphenation
 .nh
 .\" disable justification (adjust text to left margin only)
@@ -17,6 +17,7 @@ git\-format\-patch \- Prepare patches for e\-mail submission
                    [\-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>]
 .fi
 .SH "DESCRIPTION"
@@ -188,6 +189,9 @@ Make the first mail (or all the mails with \-\-no\-thread) appear as a reply to
 \-\-ignore\-if\-in\-upstream
 Do not include a patch that matches a commit in <until>..<since>. This will examine all patches reachable from <since> but not from <until> and compare them with the patches being generated, and any patch that matches is ignored.
 .TP
+\-\-subject\-prefix=<Subject\-Prefix>
+Instead of the standard \fI[PATCH]\fR prefix in the subject line, instead use \fI[<Subject\-Prefix>]\fR. This allows for useful naming of a patch series, and can be combined with the \-\-numbered option.
+.TP
 \-\-suffix=.<sfx>
 Instead of using .patch as the suffix for generated filenames, use specifed suffix. A common alternative is \-\-suffix=.txt.