Autogenerated manpages for v1.5.2.1-126-g6abd0
authorJunio C Hamano <junio@hera.kernel.org>
Wed, 6 Jun 2007 10:48:27 +0000 (10:48 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Wed, 6 Jun 2007 10:48:27 +0000 (10:48 +0000)
man1/git-format-patch.1
man1/git-tag.1

index 503d8b05cdbab311e8f185f0bbb1fd8eaa44398a..5d4c1da89d560b2c58523df4f5d55a5f8a092d8a 100644 (file)
@@ -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 <dir> | \-\-stdout] [\-\-thread]
                    [\-\-attach[=<boundary>] | \-\-inline[=<boundary>]]
-                   [\-s | \-\-signoff] [<common diff options>] [\-\-start\-number <n>]
+                   [\-s | \-\-signoff] [<common diff options>]
+                   [\-\-start\-number <n>] [\-\-numbered\-files]
                    [\-\-in\-reply\-to=Message\-Id] [\-\-suffix=.<sfx>]
                    [\-\-ignore\-if\-in\-upstream]
                    [\-\-subject\-prefix=Subject\-Prefix]
@@ -25,7 +26,7 @@ Prepare each commit between <since> and <until> 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 <dir>. Otherwise they are created in the current working directory.
 
@@ -165,6 +166,9 @@ Name output in \fI[PATCH n/m]\fR format.
 \-\-start\-number <n>
 Start numbering the patches at <n> 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
index 174a2cd9843c19619160388b9ada628871b6c42c..ecbcd8cc158d69f16621fbe4d8fabe722c887af9 100644 (file)
@@ -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 <key\-id>] [\-f] [\-m <msg> | \-F <file>]  <name> [<head>]
 \fIgit\-tag\fR \-d <name>\&...
-\fIgit\-tag\fR \-l [<pattern>]
+\fIgit\-tag\fR [\-n [<num>]] \-l [<pattern>]
 \fIgit\-tag\fR \-v <name>
 .fi
 .SH "DESCRIPTION"
@@ -32,7 +32,7 @@ A GnuPG signed tag object will be created when \-s or \-u <key\-id> is used. Whe
 
 \-v <tag> verifies the gpg signature of the tag.
 
-\-l <pattern> lists tags that match the given pattern (or all if no pattern is given).
+\-l <pattern> 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 <num>
+<num> 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 <pattern>
-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 <msg>
 Use the given tag message (instead of prompting)