Autogenerated HTML docs for v1.5.0-rc3-58-g79812
authorJunio C Hamano <junio@hera.kernel.org>
Mon, 5 Feb 2007 07:21:48 +0000 (07:21 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Mon, 5 Feb 2007 07:21:48 +0000 (07:21 +0000)
git-show-branch.html
git-show-branch.txt
git-symbolic-ref.html
git-symbolic-ref.txt
git.html
tutorial.html
tutorial.txt

index aa128bb..349e6fd 100644 (file)
@@ -276,7 +276,7 @@ git-show-branch(1) Manual Page
 <div class="content"><em>git-show-branch</em> [--all] [--remotes] [--topo-order] [--current]\r
                 [--more=&lt;n&gt; | --list | --independent | --merge-base]\r
                 [--no-name | --sha1-name] [--topics] [&lt;rev&gt; | &lt;glob&gt;]&#8230;\r
-<em>git-show-branch</em> (-g|--reflog)[=&lt;n&gt;[,&lt;base&gt;]] [--list] &lt;ref&gt;</div></div>\r
+<em>git-show-branch</em> (-g|--reflog)[=&lt;n&gt;[,&lt;base&gt;]] [--list] [&lt;ref&gt;]</div></div>\r
 </div>\r
 <h2>DESCRIPTION</h2>\r
 <div class="sectionbody">\r
@@ -430,14 +430,16 @@ no &lt;rev&gt; nor &lt;glob&gt; is given on the command line.</p>
 </p>\r
 </dd>\r
 <dt>\r
---reflog[=&lt;n&gt;[,&lt;base&gt;]] &lt;ref&gt;\r
+--reflog[=&lt;n&gt;[,&lt;base&gt;]] [&lt;ref&gt;]\r
 </dt>\r
 <dd>\r
 <p>\r
         Shows &lt;n&gt; most recent ref-log entries for the given\r
         ref.  If &lt;base&gt; is given, &lt;n&gt; entries going back from\r
         that entry.  &lt;base&gt; can be specified as count or date.\r
-        <tt>-g</tt> can be used as a short-hand for this option.\r
+        <tt>-g</tt> can be used as a short-hand for this option.  When\r
+        no explicit &lt;ref&gt; parameter is given, it defaults to the\r
+        current branch (or <tt>HEAD</tt> if it is detached).\r
 </p>\r
 </dd>\r
 </dl>\r
@@ -519,7 +521,7 @@ topologically related with each other.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 25-Jan-2007 02:23:49 UTC\r
+Last updated 05-Feb-2007 07:21:36 UTC\r
 </div>\r
 </div>\r
 </body>\r
index b38633c..ba5313d 100644 (file)
@@ -11,7 +11,7 @@ SYNOPSIS
 'git-show-branch' [--all] [--remotes] [--topo-order] [--current]
                [--more=<n> | --list | --independent | --merge-base]
                [--no-name | --sha1-name] [--topics] [<rev> | <glob>]...
-'git-show-branch' (-g|--reflog)[=<n>[,<base>]] [--list] <ref>
+'git-show-branch' (-g|--reflog)[=<n>[,<base>]] [--list] [<ref>]
 
 DESCRIPTION
 -----------
@@ -97,11 +97,13 @@ OPTIONS
        will show the revisions given by "git rev-list {caret}master
        topic1 topic2"
 
---reflog[=<n>[,<base>]] <ref>::
+--reflog[=<n>[,<base>]] [<ref>]::
        Shows <n> most recent ref-log entries for the given
        ref.  If <base> is given, <n> entries going back from
        that entry.  <base> can be specified as count or date.
-       `-g` can be used as a short-hand for this option.
+       `-g` can be used as a short-hand for this option.  When
+       no explicit <ref> parameter is given, it defaults to the
+       current branch (or `HEAD` if it is detached).
 
 Note that --more, --list, --independent and --merge-base options
 are mutually exclusive.
index e21a3c8..225e583 100644 (file)
@@ -272,7 +272,7 @@ git-symbolic-ref(1) Manual Page
 </div>\r
 <h2>SYNOPSIS</h2>\r
 <div class="sectionbody">\r
-<p><em>git-symbolic-ref</em> [-q] &lt;name&gt; [&lt;ref&gt;]</p>\r
+<p><em>git-symbolic-ref</em> [-q] [-m &lt;reason&gt;] &lt;name&gt; [&lt;ref&gt;]</p>\r
 </div>\r
 <h2>DESCRIPTION</h2>\r
 <div class="sectionbody">\r
@@ -299,6 +299,15 @@ a regular file whose contents is <tt>ref: refs/heads/master</tt>.</p>
         non-zero status silently.\r
 </p>\r
 </dd>\r
+<dt>\r
+-m\r
+</dt>\r
+<dd>\r
+<p>\r
+        Update the reflog for &lt;name&gt; with &lt;reason&gt;.  This is valid only\r
+        when creating or updating a symbolic ref.\r
+</p>\r
+</dd>\r
 </dl>\r
 </div>\r
 <h2>NOTES</h2>\r
@@ -327,7 +336,7 @@ name is not a symbolic ref, or 128 if another error occurs.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 19-Jan-2007 00:37:35 UTC\r
+Last updated 05-Feb-2007 07:21:36 UTC\r
 </div>\r
 </div>\r
 </body>\r
index f93b79a..a88f722 100644 (file)
@@ -7,7 +7,7 @@ git-symbolic-ref - Read and modify symbolic refs
 
 SYNOPSIS
 --------
-'git-symbolic-ref' [-q] <name> [<ref>]
+'git-symbolic-ref' [-q] [-m <reason>] <name> [<ref>]
 
 DESCRIPTION
 -----------
@@ -31,6 +31,10 @@ OPTIONS
        symbolic ref but a detached HEAD; instead exit with
        non-zero status silently.
 
+-m::
+       Update the reflog for <name> with <reason>.  This is valid only
+       when creating or updating a symbolic ref.
+
 NOTES
 -----
 In the past, `.git/HEAD` was a symbolic link pointing at
index 30fadd4..42e8a59 100644 (file)
--- a/git.html
+++ b/git.html
@@ -2288,7 +2288,7 @@ contributors on the git-list &lt;git@vger.kernel.org&gt;.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 04-Feb-2007 08:31:47 UTC\r
+Last updated 05-Feb-2007 07:21:37 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 59b541e..213e151 100644 (file)
@@ -650,7 +650,9 @@ in the working directory, it will also remove all later commits from
 this branch.  If this branch is the only branch containing those\r
 commits, they will be lost.  Also, don't use "git reset" on a\r
 publicly-visible branch that other developers pull from, as it will\r
-force needless merges on other developers to clean up the history.</p>\r
+force needless merges on other developers to clean up the history.\r
+If you need to undo changes that you have pushed, use <a href="git-revert.html">git-revert(1)</a>\r
+instead.</p>\r
 <p>The git grep command can search for strings in any version of your\r
 project, so</p>\r
 <div class="listingblock">\r
@@ -779,7 +781,7 @@ digressions that may be interesting at this point are:</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 04-Feb-2007 08:31:49 UTC\r
+Last updated 05-Feb-2007 07:21:39 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 5fc5be5..129c5c5 100644 (file)
@@ -461,6 +461,8 @@ this branch.  If this branch is the only branch containing those
 commits, they will be lost.  Also, don't use "git reset" on a
 publicly-visible branch that other developers pull from, as it will
 force needless merges on other developers to clean up the history.
+If you need to undo changes that you have pushed, use gitlink:git-revert[1]
+instead.
 
 The git grep command can search for strings in any version of your
 project, so