summaryrefslogtreecommitdiffstats
path: root/git-reflog.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-02-09 08:38:48 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-02-09 08:38:48 +0000
commitd333998e259ac1976c4d56e8b607e59cb755f700 (patch)
treeac85d47bdda6cd3eba8c06bdded33be4e05648a0 /git-reflog.html
parentdfc4ce781b4e63965db805603fa55b4fa927fe6b (diff)
downloadgit-htmldocs-d333998e259ac1976c4d56e8b607e59cb755f700.tar.gz
Autogenerated HTML docs for v1.5.0-rc4-16-g9e258
Diffstat (limited to 'git-reflog.html')
-rw-r--r--git-reflog.html16
1 files changed, 12 insertions, 4 deletions
diff --git a/git-reflog.html b/git-reflog.html
index b635cedc0..66df44344 100644
--- a/git-reflog.html
+++ b/git-reflog.html
@@ -272,12 +272,16 @@ git-reflog(1) Manual Page
</div>
<h2>SYNOPSIS</h2>
<div class="sectionbody">
-<div class="verseblock">
-<div class="content"><em>git-reflog</em> expire [--dry-run] [--stale-fix]
- [--expire=&lt;time&gt;] [--expire-unreachable=&lt;time&gt;] [--all] &lt;refs&gt;&#8230;</div></div>
+<p><em>git reflog</em> &lt;subcommand&gt; &lt;options&gt;</p>
</div>
<h2>DESCRIPTION</h2>
<div class="sectionbody">
+<p>The command takes various subcommands, and different options
+depending on the subcommand:</p>
+<div class="verseblock">
+<div class="content">git reflog expire [--dry-run] [--stale-fix]
+ [--expire=&lt;time&gt;] [--expire-unreachable=&lt;time&gt;] [--all] &lt;refs&gt;&#8230;</div></div>
+<p>git reflog [show] [log-options]</p>
<p>Reflog is a mechanism to record when the tip of branches are
updated. This command is to manage the information recorded in it.</p>
<p>The subcommand "expire" is used to prune older reflog entries.
@@ -285,6 +289,10 @@ Entries older than <tt>expire</tt> time, or entries older than
<tt>expire-unreachable</tt> time and are not reachable from the current
tip, are removed from the reflog. This is typically not used
directly by the end users &#8212; instead, see <a href="git-gc.html">git-gc(1)</a>.</p>
+<p>The subcommand "show" (which is also the default, in the absense of any
+subcommands) will take all the normal log options, and show the log of
+the current branch. It is basically an alias for <em>git log -g --abbrev-commit
+--pretty=oneline</em>, see <a href="git-log.html">git-log(1)</a>.</p>
</div>
<h2>OPTIONS</h2>
<div class="sectionbody">
@@ -335,7 +343,7 @@ directly by the end users &#8212; instead, see <a href="git-gc.html">git-gc(1)</
</div>
<div id="footer">
<div id="footer-text">
-Last updated 16-Jan-2007 10:44:38 UTC
+Last updated 09-Feb-2007 08:38:37 UTC
</div>
</div>
</body>