summaryrefslogtreecommitdiffstats
path: root/git-reflog.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-11-13 23:06:12 +0900
committerJunio C Hamano <gitster@pobox.com>2018-11-13 23:06:12 +0900
commit06ce83b0f83d238e1676b4adb708f142ab2f9cab (patch)
treefd8a17fa9e44c0cd9998a5dd175c09acad027425 /git-reflog.html
parent46fbbcbae6430ff14f0d5ef0e6e9fea90d4fe808 (diff)
downloadgit-htmldocs-06ce83b0f83d238e1676b4adb708f142ab2f9cab.tar.gz
Autogenerated HTML docs for v2.19.1-1052-gd166e
Diffstat (limited to 'git-reflog.html')
-rw-r--r--git-reflog.html14
1 files changed, 12 insertions, 2 deletions
diff --git a/git-reflog.html b/git-reflog.html
index 46fe8decf..a1dafbbcb 100644
--- a/git-reflog.html
+++ b/git-reflog.html
@@ -763,7 +763,7 @@ depending on the subcommand:</p></div>
<pre class="content"><em>git reflog</em> [<em>show</em>] [log-options] [&lt;ref&gt;]
<em>git reflog expire</em> [--expire=&lt;time&gt;] [--expire-unreachable=&lt;time&gt;]
[--rewrite] [--updateref] [--stale-fix]
- [--dry-run | -n] [--verbose] [--all | &lt;refs&gt;&#8230;]
+ [--dry-run | -n] [--verbose] [--all [--single-worktree] | &lt;refs&gt;&#8230;]
<em>git reflog delete</em> [--rewrite] [--updateref]
[--dry-run | -n] [--verbose] ref@{specifier}&#8230;
<em>git reflog exists</em> &lt;ref&gt;</pre>
@@ -816,6 +816,16 @@ not.</p></div>
</p>
</dd>
<dt class="hdlist1">
+--single-worktree
+</dt>
+<dd>
+<p>
+ By default when <code>--all</code> is specified, reflogs from all working
+ trees are processed. This option limits the processing to reflogs
+ from the current working tree only.
+</p>
+</dd>
+<dt class="hdlist1">
--expire=&lt;time&gt;
</dt>
<dd>
@@ -919,7 +929,7 @@ used with <code>expire</code>.</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2018-01-26 15:11:04 PST
+ 2018-11-13 23:05:48 JST
</div>
</div>
</body>