From 377651bdea86f4990961041ba6b1c36ebbf45bdb Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Tue, 7 Feb 2006 10:24:37 +0000 Subject: [PATCH] Autogenerated man pages for v1.1.6-g53f3 --- man1/git-format-patch.1 | 24 ++++++++---------------- 1 file changed, 8 insertions(+), 16 deletions(-) diff --git a/man1/git-format-patch.1 b/man1/git-format-patch.1 index e179bd2b..b93bd108 100755 --- a/man1/git-format-patch.1 +++ b/man1/git-format-patch.1 @@ -23,23 +23,23 @@ git-format-patch \- Prepare patches for e-mail submission. .SH "SYNOPSIS" .nf -git\-format\-patch [\-n | \-k] [\-o | \-\-stdout] [\-s] [\-c] [\-\-mbox] +\fIgit\-format\-patch\fR [\-n | \-k] [\-o | \-\-stdout] [\-s] [\-c] [\-\-diff\-options] [] .fi .SH "DESCRIPTION" -Prepare each commit with its patch since head forked from head, one file per patch, for e\-mail submission\&. Each output file is numbered sequentially from 1, and uses the first line of the commit message (massaged for pathname safety) as the filename\&. +Prepare each commit with its patch since head forked from head, one file per patch formatted to resemble UNIX mailbox format, for e\-mail submission or use with \fBgit\-am\fR(1)\&. -When \-o is specified, output files are created in that directory; otherwise in the current working directory\&. +Each output file is numbered sequentially from 1, and uses the first line of the commit message (massaged for pathname safety) as the filename\&. -When \-n is specified, instead of "[PATCH] Subject", the first line is formatted as "[PATCH N/M] Subject", unless you have only one patch\&. +When \-o is specified, output files are created in ; otherwise they are created in the current working directory\&. This option is ignored if \-\-stdout is specified\&. -When \-\-mbox is specified, the output is formatted to resemble UNIX mailbox format, and can be concatenated together for processing with applymbox\&. +When \-n is specified, instead of "[PATCH] Subject", the first line is formatted as "[PATCH N/M] Subject", unless you have only one patch\&. .SH "OPTIONS" @@ -49,15 +49,11 @@ Use to store the resulting files, instead of the current working directory .TP \-n|\-\-numbered -Name output in [PATCH n/m] format\&. +Name output in \fI[PATCH n/m]\fR format\&. .TP \-k|\-\-keep\-subject -Do not strip/add [PATCH] from the first line of the commit log message\&. - -.TP -\-a|\-\-author, \-d|\-\-date -Output From: and Date: headers for commits made by yourself as well\&. Usually these are output only for commits made by people other than yourself\&. +Do not strip/add \fI[PATCH]\fR from the first line of the commit log message\&. .TP \-s|\-\-signoff @@ -65,11 +61,7 @@ Add Signed\-off\-by: line to the commit message, using the committer identity of .TP \-c|\-\-check -Display suspicious lines in the patch\&. The definition of suspicious lines is currently the lines that has trailing whitespaces, and the lines whose indentation has a SP character immediately followed by a TAB character\&. - -.TP -\-m|\-\-mbox -Format the output files for closer to mbox format by adding a phony Unix "From " line, so they can be concatenated together and fed to git\-applymbox\&. Implies \-\-author and \-\-date\&. +Display suspicious lines in the patch\&. The definition of \fIsuspicious lines\fR is currently the lines that has trailing whitespaces, and the lines whose indentation has a SP character immediately followed by a TAB character\&. .TP \-\-stdout -- 2.11.0