.\" 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)
.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]
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.
\-\-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
.\" 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)
.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"
\-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
\-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)