Skip to content

Commit a5d4101

Browse files
chungaspearce
authored andcommitted
git-reflog: document --verbose
Signed-off-by: Michele Ballabio <barra_cuda@katamail.com> Signed-off-by: Lars Hjemli <hjemli@gmail.com> Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
1 parent 1ae14a6 commit a5d4101

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Documentation/git-reflog.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The command takes various subcommands, and different options
1616
depending on the subcommand:
1717

1818
[verse]
19-
git reflog expire [--dry-run] [--stale-fix]
19+
git reflog expire [--dry-run] [--stale-fix] [--verbose]
2020
[--expire=<time>] [--expire-unreachable=<time>] [--all] <refs>...
2121

2222
git reflog [show] [log-options]
@@ -68,6 +68,9 @@ them.
6868
--all::
6969
Instead of listing <refs> explicitly, prune all refs.
7070

71+
--verbose::
72+
Print extra information on screen.
73+
7174
Author
7275
------
7376
Written by Junio C Hamano <junkio@cox.net>

0 commit comments

Comments
 (0)