Autogenerated HTML docs for v1.5.5-29-g7134
authorJunio C Hamano <junio@hera.kernel.org>
Fri, 11 Apr 2008 05:28:52 +0000 (05:28 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Fri, 11 Apr 2008 05:28:52 +0000 (05:28 +0000)
core-tutorial.html
core-tutorial.txt
git-tag.html
git-tag.txt

index d993722deed319bf01eac12fb0077afac6e297b6..75db35a31e7358e425c5810d8515efb4cae3702b 100644 (file)
@@ -777,7 +777,7 @@ with the associated patches use the more complex (and much more
 powerful)</p>\r
 <div class="listingblock">\r
 <div class="content">\r
-<pre><tt>$ git-whatchanged -p --root</tt></pre>\r
+<pre><tt>$ git-whatchanged -p</tt></pre>\r
 </div></div>\r
 <p>and you will see exactly what has changed in the repository over its\r
 short history.</p>\r
@@ -786,11 +786,11 @@ short history.</p>
 <td class="icon">\r
 <div class="title">Note</div>\r
 </td>\r
-<td class="content">The <tt>--root</tt> flag is a flag to <tt>git-diff-tree</tt> to tell it to\r
-show the initial aka <em>root</em> commit too. Normally you'd probably not\r
-want to see the initial import diff, but since the tutorial project\r
-was started from scratch and is so small, we use it to make the result\r
-a bit more interesting.</td>\r
+<td class="content">When using the above two commands, the initial commit will be shown.\r
+If this is a problem because it is huge, you can hide it by setting\r
+the log.showroot configuration variable to false. Having this, you\r
+can still show it for each command just adding the <tt>--root</tt> option,\r
+which is a flag for <tt>git-diff-tree</tt> accepted by both commands.</td>\r
 </tr></table>\r
 </div>\r
 <p>With that, you should now be having some inkling of what git does, and\r
@@ -1967,7 +1967,7 @@ to follow, not easier.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 18-Jan-2008 10:19:40 UTC\r
+Last updated 11-Apr-2008 05:28:27 UTC\r
 </div>\r
 </div>\r
 </body>\r
index aa40dfd36a6f210c5808791225014e023d18c0de..5a5531222d8f514b27ba63d9fc9ecc17335cdc3c 100644 (file)
@@ -535,18 +535,18 @@ with the associated patches use the more complex (and much more
 powerful)
 
 ----------------
-$ git-whatchanged -p --root
+$ git-whatchanged -p
 ----------------
 
 and you will see exactly what has changed in the repository over its
 short history.
 
 [NOTE]
-The `\--root` flag is a flag to `git-diff-tree` to tell it to
-show the initial aka 'root' commit too. Normally you'd probably not
-want to see the initial import diff, but since the tutorial project
-was started from scratch and is so small, we use it to make the result
-a bit more interesting.
+When using the above two commands, the initial commit will be shown.
+If this is a problem because it is huge, you can hide it by setting
+the log.showroot configuration variable to false. Having this, you
+can still show it for each command just adding the `\--root` option,
+which is a flag for `git-diff-tree` accepted by both commands.
 
 With that, you should now be having some inkling of what git does, and
 can explore on your own.
index 4ad7810451b00d246841627c26786f575d2f5d5c..09564a095617214fbb40351c0a489ae3b3deebb1 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> [-n [&lt;num&gt;]] -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;&#8230;</div></div>\r
 </div>\r
 <h2>DESCRIPTION</h2>\r
@@ -348,7 +348,7 @@ GnuPG key for signing.</p>
 </p>\r
 </dd>\r
 <dt>\r
--n &lt;num&gt;\r
+-n&lt;num&gt;\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -552,7 +552,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 25-Mar-2008 09:10:21 UTC\r
+Last updated 11-Apr-2008 05:28:27 UTC\r
 </div>\r
 </div>\r
 </body>\r
index c22fb71176984f40e4b549d0d492f75af85e0e1b..4b6fd90eafbcb9834a4b3bf733fef28b3f895fde 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' [-n [<num>]] -l [<pattern>]
+'git-tag' [-n[<num>]] -l [<pattern>]
 'git-tag' -v <name>...
 
 DESCRIPTION
@@ -57,7 +57,7 @@ OPTIONS
 -v::
        Verify the gpg signature of the given tag names.
 
--n <num>::
+-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.