summaryrefslogtreecommitdiffstats
path: root/git-show-branch.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-02-05 07:21:48 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-02-05 07:21:48 +0000
commit16cf158f7b6397ada1e6d221393c66f284e15b70 (patch)
tree904c05329e6405deea41b79bacc02a2234672f21 /git-show-branch.html
parentee1e428396a619659999df3e609e3d689173aaf5 (diff)
downloadgit-htmldocs-16cf158f7b6397ada1e6d221393c66f284e15b70.tar.gz
Autogenerated HTML docs for v1.5.0-rc3-58-g79812
Diffstat (limited to 'git-show-branch.html')
-rw-r--r--git-show-branch.html10
1 files changed, 6 insertions, 4 deletions
diff --git a/git-show-branch.html b/git-show-branch.html
index aa128bbee..349e6fdd8 100644
--- a/git-show-branch.html
+++ b/git-show-branch.html
@@ -276,7 +276,7 @@ git-show-branch(1) Manual Page
<div class="content"><em>git-show-branch</em> [--all] [--remotes] [--topo-order] [--current]
[--more=&lt;n&gt; | --list | --independent | --merge-base]
[--no-name | --sha1-name] [--topics] [&lt;rev&gt; | &lt;glob&gt;]&#8230;
-<em>git-show-branch</em> (-g|--reflog)[=&lt;n&gt;[,&lt;base&gt;]] [--list] &lt;ref&gt;</div></div>
+<em>git-show-branch</em> (-g|--reflog)[=&lt;n&gt;[,&lt;base&gt;]] [--list] [&lt;ref&gt;]</div></div>
</div>
<h2>DESCRIPTION</h2>
<div class="sectionbody">
@@ -430,14 +430,16 @@ no &lt;rev&gt; nor &lt;glob&gt; is given on the command line.</p>
</p>
</dd>
<dt>
---reflog[=&lt;n&gt;[,&lt;base&gt;]] &lt;ref&gt;
+--reflog[=&lt;n&gt;[,&lt;base&gt;]] [&lt;ref&gt;]
</dt>
<dd>
<p>
Shows &lt;n&gt; most recent ref-log entries for the given
ref. If &lt;base&gt; is given, &lt;n&gt; entries going back from
that entry. &lt;base&gt; can be specified as count or date.
- <tt>-g</tt> can be used as a short-hand for this option.
+ <tt>-g</tt> can be used as a short-hand for this option. When
+ no explicit &lt;ref&gt; parameter is given, it defaults to the
+ current branch (or <tt>HEAD</tt> if it is detached).
</p>
</dd>
</dl>
@@ -519,7 +521,7 @@ topologically related with each other.</p>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 25-Jan-2007 02:23:49 UTC
+Last updated 05-Feb-2007 07:21:36 UTC
</div>
</div>
</body>