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 aa128bbee57caa2ec34d6200738bee1d70097a35..349e6fdd83af99d2ba66e58eb488ee183614068b 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 b38633c3973a21860428a02ef3344110f65cec0f..ba5313d51f8ba8380bd5519bf0c15a491a9bc83a 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 e21a3c8e8f3c0d6527afcd5aa5cc1d48a7b329c1..225e583d92c7be099e117dfab7d31476d044dd06 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 f93b79a85e1259f789551a94ab422a846cf4cf65..a88f7228605ee35002573123f3dbe63c3e405dc6 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 30fadd4f7dd0e8295b25ade26c04a1de825b5924..42e8a5978f0400dcb23a7e947ca5cb8bb0fd7b49 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 59b541ef9280e0b9322815bd1e1519481a5d882f..213e15106f65592e7d5d6ddd7826e2665d0d8ed4 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 5fc5be5a287c5ac9e12ac8111cb9434f3c5d3d03..129c5c5f5b8657175db7efed2c06078affd05ab6 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