summaryrefslogtreecommitdiffstats
path: root/git-reflog.html
diff options
context:
space:
mode:
Diffstat (limited to 'git-reflog.html')
-rw-r--r--git-reflog.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/git-reflog.html b/git-reflog.html
index a6265b239..fa50398eb 100644
--- a/git-reflog.html
+++ b/git-reflog.html
@@ -750,6 +750,7 @@ git-reflog(1) Manual Page
<div class="sectionbody">
<div class="verseblock">
<pre class="content"><em>git reflog</em> [show] [&lt;log-options&gt;] [&lt;ref&gt;]
+<em>git reflog list</em>
<em>git reflog expire</em> [--expire=&lt;time&gt;] [--expire-unreachable=&lt;time&gt;]
[--rewrite] [--updateref] [--stale-fix]
[--dry-run | -n] [--verbose] [--all [--single-worktree] | &lt;refs&gt;&#8230;]
@@ -779,6 +780,7 @@ command-line (or <code>HEAD</code>, by default). The reflog covers all recent
actions, and in addition the <code>HEAD</code> reflog records branch switching.
<code>git reflog show</code> is an alias for <code>git log -g --abbrev-commit
--pretty=oneline</code>; see <a href="git-log.html">git-log(1)</a> for more information.</p></div>
+<div class="paragraph"><p>The "list" subcommand lists all refs which have a corresponding reflog.</p></div>
<div class="paragraph"><p>The "expire" subcommand prunes older reflog entries. Entries older
than <code>expire</code> time, or entries older than <code>expire-unreachable</code> time
and not reachable from the current tip, are removed from the reflog.
@@ -925,7 +927,7 @@ used with <code>expire</code>.</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2022-10-28 11:53:56 PDT
+ 2024-03-01 17:30:58 PST
</div>
</div>
</body>