.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
\-\-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