Autogenerated man pages for v1.2.4-gbe76
authorJunio C Hamano <junio@hera.kernel.org>
Sat, 11 Mar 2006 08:04:36 +0000 (08:04 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Sat, 11 Mar 2006 08:04:36 +0000 (08:04 +0000)
man1/git-format-patch.1

index 5b08219..ed3409b 100755 (executable)
@@ -23,7 +23,7 @@ git-format-patch \- Prepare patches for e-mail submission
 .SH "SYNOPSIS"
 
 .nf
-\fIgit\-format\-patch\fR [\-n | \-k] [\-o <dir> | \-\-stdout] [\-s] [\-c]
+\fIgit\-format\-patch\fR [\-n | \-k] [\-o <dir> | \-\-stdout] [\-\-attach] [\-s] [\-c]
                  [\-\-diff\-options] <his> [<mine>]
 .fi
 
@@ -67,6 +67,19 @@ Display suspicious lines in the patch\&. The definition of \fIsuspicious lines\f
 \-\-stdout
 This flag generates the mbox formatted output to the standard output, instead of saving them into a file per patch and implies \-\-mbox\&.
 
+.TP
+\-\-attach
+Create attachments instead of inlining patches\&.
+
+.SH "CONFIGURATION"
+
+
+You can specify extra mail header lines to be added to each message in the repository configuration as follows:
+
+.nf
+headers = "Organization: git\-foo\\n"
+.fi
+
 .SH "EXAMPLES"
 
 .TP