summaryrefslogtreecommitdiffstats
path: root/git-reflog.txt
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.txt
parent46fbbcbae6430ff14f0d5ef0e6e9fea90d4fe808 (diff)
downloadgit-htmldocs-06ce83b0f83d238e1676b4adb708f142ab2f9cab.tar.gz
Autogenerated HTML docs for v2.19.1-1052-gd166e
Diffstat (limited to 'git-reflog.txt')
-rw-r--r--git-reflog.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/git-reflog.txt b/git-reflog.txt
index 472a6808c..ff487ff77 100644
--- a/git-reflog.txt
+++ b/git-reflog.txt
@@ -20,7 +20,7 @@ depending on the subcommand:
'git reflog' ['show'] [log-options] [<ref>]
'git reflog expire' [--expire=<time>] [--expire-unreachable=<time>]
[--rewrite] [--updateref] [--stale-fix]
- [--dry-run | -n] [--verbose] [--all | <refs>...]
+ [--dry-run | -n] [--verbose] [--all [--single-worktree] | <refs>...]
'git reflog delete' [--rewrite] [--updateref]
[--dry-run | -n] [--verbose] ref@\{specifier\}...
'git reflog exists' <ref>
@@ -72,6 +72,11 @@ Options for `expire`
--all::
Process the reflogs of all references.
+--single-worktree::
+ By default when `--all` is specified, reflogs from all working
+ trees are processed. This option limits the processing to reflogs
+ from the current working tree only.
+
--expire=<time>::
Prune entries older than the specified time. If this option is
not specified, the expiration time is taken from the