Autogenerated HTML docs for v1.5.2.1-126-g6abd0
authorJunio C Hamano <junio@hera.kernel.org>
Wed, 6 Jun 2007 10:48:25 +0000 (10:48 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Wed, 6 Jun 2007 10:48:25 +0000 (10:48 +0000)
git-format-patch.html
git-format-patch.txt
git-tag.html
git-tag.txt

index 82587c903cc61c4a737124573f2ef7cefbf2a35e..5538b204a736dfa48b430c571400e5618d83b57d 100644 (file)
@@ -275,7 +275,8 @@ git-format-patch(1) Manual Page
 <div class="verseblock">\r
 <div class="content"><em>git-format-patch</em> [-n | -k] [-o &lt;dir&gt; | --stdout] [--thread]\r
                    [--attach[=&lt;boundary&gt;] | --inline[=&lt;boundary&gt;]]\r
-                   [-s | --signoff] [&lt;common diff options&gt;] [--start-number &lt;n&gt;]\r
+                   [-s | --signoff] [&lt;common diff options&gt;]\r
+                   [--start-number &lt;n&gt;] [--numbered-files]\r
                    [--in-reply-to=Message-Id] [--suffix=.&lt;sfx&gt;]\r
                    [--ignore-if-in-upstream]\r
                    [--subject-prefix=Subject-Prefix]\r
@@ -291,9 +292,11 @@ tree is implied.  For a more complete list of ways to spell
 <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 &lt;dir&gt;.  Otherwise\r
 they are created in the current working directory.</p>\r
@@ -706,6 +709,16 @@ reference.</p>
 </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
@@ -889,7 +902,7 @@ git-format-patch -3
 </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
index a33d157b970740aa7d056ebb459350de89513a8b..363edb0fcfd140188507baa93cd2be9b6923d00a 100644 (file)
@@ -11,7 +11,8 @@ SYNOPSIS
 [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]
@@ -30,9 +31,11 @@ gitlink:git-rev-parse[1].
 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
@@ -60,6 +63,11 @@ include::diff-options.txt[]
 --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.
index 1298a31c05f3ac2050113ed795f8187fe016c6a0..956023e6a0cf210ce4b22be70b6df4ad13bf9d43 100644 (file)
@@ -275,7 +275,7 @@ git-tag(1) Manual Page
 <div class="verseblock">\r
 <div class="content"><em>git-tag</em> [-a | -s | -u &lt;key-id&gt;] [-f] [-m &lt;msg&gt; | -F &lt;file&gt;]  &lt;name&gt; [&lt;head&gt;]\r
 <em>git-tag</em> -d &lt;name&gt;&#8230;\r
-<em>git-tag</em> -l [&lt;pattern&gt;]\r
+<em>git-tag</em> [-n [&lt;num&gt;]] -l [&lt;pattern&gt;]\r
 <em>git-tag</em> -v &lt;name&gt;</div></div>\r
 </div>\r
 <h2>DESCRIPTION</h2>\r
@@ -295,8 +295,8 @@ committer identity for the current user is used to find the
 GnuPG key for signing.</p>\r
 <p><tt>-d &lt;tag&gt;</tt> deletes the tag.</p>\r
 <p><tt>-v &lt;tag&gt;</tt> verifies the gpg signature of the tag.</p>\r
-<p><tt>-l &lt;pattern&gt;</tt> lists tags that match the given pattern (or all\r
-if no pattern is given).</p>\r
+<p><tt>-l &lt;pattern&gt;</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
@@ -350,11 +350,21 @@ if no pattern is given).</p>
 </p>\r
 </dd>\r
 <dt>\r
+-n &lt;num&gt;\r
+</dt>\r
+<dd>\r
+<p>\r
+        &lt;num&gt; 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 &lt;pattern&gt;\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
@@ -521,7 +531,7 @@ Junio C Hamano &lt;junkio@cox.net&gt; and Chris Wright &lt;chrisw@osdl.org&gt;.<
 </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
index 4e3e02756c8863dbc6fe1d745e1a8c9a97c18919..aee2c1bdc785259c3f587323b557f5c575f3c797 100644 (file)
@@ -11,7 +11,7 @@ SYNOPSIS
 [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
@@ -38,8 +38,8 @@ GnuPG key for signing.
 
 `-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
 -------
@@ -61,8 +61,13 @@ 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)