From 625446aec3aca44faef102a4697287155e74cfbe Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Wed, 6 Jun 2007 10:48:27 +0000 Subject: [PATCH] Autogenerated manpages for v1.5.2.1-126-g6abd0 --- man1/git-format-patch.1 | 10 +++++++--- man1/git-tag.1 | 11 +++++++---- 2 files changed, 14 insertions(+), 7 deletions(-) diff --git a/man1/git-format-patch.1 b/man1/git-format-patch.1 index 503d8b05c..5d4c1da89 100644 --- a/man1/git-format-patch.1 +++ b/man1/git-format-patch.1 @@ -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" "06/02/2007" "Git 1.5.1.1.81.g6aea" "Git Manual" +.TH "GIT\-FORMAT\-PATCH" "1" "06/06/2007" "Git 1.5.2.1.126.g6abd0" "Git Manual" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -14,7 +14,8 @@ git\-format\-patch \- Prepare patches for e\-mail submission .nf \fIgit\-format\-patch\fR [\-n | \-k] [\-o | \-\-stdout] [\-\-thread] [\-\-attach[=] | \-\-inline[=]] - [\-s | \-\-signoff] [] [\-\-start\-number ] + [\-s | \-\-signoff] [] + [\-\-start\-number ] [\-\-numbered\-files] [\-\-in\-reply\-to=Message\-Id] [\-\-suffix=.] [\-\-ignore\-if\-in\-upstream] [\-\-subject\-prefix=Subject\-Prefix] @@ -25,7 +26,7 @@ Prepare each commit between and with its patch in one file per c The output of this command is convenient for e\-mail submission or for use with \fBgit\-am\fR(1). -Each output file is numbered sequentially from 1, and uses the first line of the commit message (massaged for pathname safety) as the filename. The names of the output files are printed to standard output, unless the \-\-stdout option is specified. +By default, each output file is numbered sequentially from 1, and uses the first line of the commit message (massaged for pathname safety) as the filename. With the \-\-numbered\-files option, the output file names will only be numbers, without the first line of the commit appended. The names of the output files are printed to standard output, unless the \-\-stdout option is specified. If \-o is specified, output files are created in . Otherwise they are created in the current working directory. @@ -165,6 +166,9 @@ Name output in \fI[PATCH n/m]\fR format. \-\-start\-number Start numbering the patches at instead of 1. .TP +\-\-numbered\-files +Output file names will be a simple number sequence without the default first line of the commit appended. Mutually exclusive with the \-\-stdout option. +.TP \-k|\-\-keep\-subject Do not strip/add \fI[PATCH]\fR from the first line of the commit log message. .TP diff --git a/man1/git-tag.1 b/man1/git-tag.1 index 174a2cd98..ecbcd8cc1 100644 --- a/man1/git-tag.1 +++ b/man1/git-tag.1 @@ -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\-TAG" "1" "06/02/2007" "Git 1.5.2.167.g4bc70" "Git Manual" +.TH "GIT\-TAG" "1" "06/06/2007" "Git 1.5.2.1.126.g6abd0" "Git Manual" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -14,7 +14,7 @@ git\-tag \- Create, list, delete or verify a tag object signed with GPG .nf \fIgit\-tag\fR [\-a | \-s | \-u ] [\-f] [\-m | \-F ] [] \fIgit\-tag\fR \-d \&... -\fIgit\-tag\fR \-l [] +\fIgit\-tag\fR [\-n []] \-l [] \fIgit\-tag\fR \-v .fi .SH "DESCRIPTION" @@ -32,7 +32,7 @@ A GnuPG signed tag object will be created when \-s or \-u is used. Whe \-v verifies the gpg signature of the tag. -\-l lists tags that match the given pattern (or all if no pattern is given). +\-l lists tags with names that match the given pattern (or all if no pattern is given). .SH "OPTIONS" .TP \-a @@ -53,8 +53,11 @@ Delete existing tags with the given names. \-v Verify the gpg signature of given the tag .TP +\-n + specifies how many lines from the annotation, if any, are printed when using \-l. The default is not to print any annotation lines. +.TP \-l -List tags that match the given pattern (or all if no pattern is given). +List tags with names that match the given pattern (or all if no pattern is given). .TP \-m Use the given tag message (instead of prompting) -- 2.26.2