From c3fdf10092cc40d086f5178aaa3302b4ac807c60 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Sat, 11 Mar 2006 08:04:36 +0000 Subject: [PATCH] Autogenerated man pages for v1.2.4-gbe76 --- man1/git-format-patch.1 | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/man1/git-format-patch.1 b/man1/git-format-patch.1 index 5b082193..ed3409b1 100755 --- a/man1/git-format-patch.1 +++ b/man1/git-format-patch.1 @@ -23,7 +23,7 @@ git-format-patch \- Prepare patches for e-mail submission .SH "SYNOPSIS" .nf -\fIgit\-format\-patch\fR [\-n | \-k] [\-o | \-\-stdout] [\-s] [\-c] +\fIgit\-format\-patch\fR [\-n | \-k] [\-o | \-\-stdout] [\-\-attach] [\-s] [\-c] [\-\-diff\-options] [] .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 -- 2.11.0