<div class="verseblock">\r
<div class="content"><em>git-format-patch</em> [-n | -k] [-o <dir> | --stdout] [--thread]\r
[--attach[=<boundary>] | --inline[=<boundary>]]\r
- [-s | --signoff] [<common diff options>] [--start-number <n>]\r
+ [-s | --signoff] [<common diff options>]\r
+ [--start-number <n>] [--numbered-files]\r
[--in-reply-to=Message-Id] [--suffix=.<sfx>]\r
[--ignore-if-in-upstream]\r
[--subject-prefix=Subject-Prefix]\r
<a href="git-rev-parse.html">git-rev-parse(1)</a>.</p>\r
<p>The output of this command is convenient for e-mail submission or\r
for use with <a href="git-am.html">git-am(1)</a>.</p>\r
-<p>Each output file is numbered sequentially from 1, and uses the\r
+<p>By default, each output file is numbered sequentially from 1, and uses the\r
first line of the commit message (massaged for pathname safety) as\r
-the filename. The names of the output files are printed to standard\r
+the filename. With the --numbered-files option, the output file names\r
+will only be numbers, without the first line of the commit appended.\r
+The names of the output files are printed to standard\r
output, unless the --stdout option is specified.</p>\r
<p>If -o is specified, output files are created in <dir>. Otherwise\r
they are created in the current working directory.</p>\r
</p>\r
</dd>\r
<dt>\r
+--numbered-files\r
+</dt>\r
+<dd>\r
+<p>\r
+ Output file names will be a simple number sequence\r
+ without the default first line of the commit appended.\r
+ Mutually exclusive with the --stdout option.\r
+</p>\r
+</dd>\r
+<dt>\r
-k|--keep-subject\r
</dt>\r
<dd>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 02-Jun-2007 21:09:39 UTC\r
+Last updated 06-Jun-2007 10:48:13 UTC\r
</div>\r
</div>\r
</body>\r
[verse]
'git-format-patch' [-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 gitlink:git-am[1].
-Each output file is numbered sequentially from 1, and uses the
+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. The names of the output files are printed to standard
+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
--start-number <n>::
Start numbering the patches at <n> instead of 1.
+--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.
+
-k|--keep-subject::
Do not strip/add '[PATCH]' from the first line of the
commit log message.
<div class="verseblock">\r
<div class="content"><em>git-tag</em> [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>] <name> [<head>]\r
<em>git-tag</em> -d <name>…\r
-<em>git-tag</em> -l [<pattern>]\r
+<em>git-tag</em> [-n [<num>]] -l [<pattern>]\r
<em>git-tag</em> -v <name></div></div>\r
</div>\r
<h2>DESCRIPTION</h2>\r
GnuPG key for signing.</p>\r
<p><tt>-d <tag></tt> deletes the tag.</p>\r
<p><tt>-v <tag></tt> verifies the gpg signature of the tag.</p>\r
-<p><tt>-l <pattern></tt> lists tags that match the given pattern (or all\r
-if no pattern is given).</p>\r
+<p><tt>-l <pattern></tt> lists tags with names that match the given pattern\r
+(or all if no pattern is given).</p>\r
</div>\r
<h2>OPTIONS</h2>\r
<div class="sectionbody">\r
</p>\r
</dd>\r
<dt>\r
+-n <num>\r
+</dt>\r
+<dd>\r
+<p>\r
+ <num> specifies how many lines from the annotation, if any,\r
+ are printed when using -l.\r
+ The default is not to print any annotation lines.\r
+</p>\r
+</dd>\r
+<dt>\r
-l <pattern>\r
</dt>\r
<dd>\r
<p>\r
- List tags that match the given pattern (or all if no pattern is given).\r
+ List tags with names that match the given pattern (or all if no pattern is given).\r
</p>\r
</dd>\r
<dt>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 02-Jun-2007 21:10:15 UTC\r
+Last updated 06-Jun-2007 10:48:13 UTC\r
</div>\r
</div>\r
</body>\r
[verse]
'git-tag' [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>] <name> [<head>]
'git-tag' -d <name>...
-'git-tag' -l [<pattern>]
+'git-tag' [-n [<num>]] -l [<pattern>]
'git-tag' -v <name>
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).
OPTIONS
-------
-v::
Verify the gpg signature of given the tag
+-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.
+
-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).
-m <msg>::
Use the given tag message (instead of prompting)