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>
This commit is contained in:

committed by
Shawn O. Pearce

parent
1ae14a6b52
commit
a5d4101537
@ -16,7 +16,7 @@ The command takes various subcommands, and different options
|
|||||||
depending on the subcommand:
|
depending on the subcommand:
|
||||||
|
|
||||||
[verse]
|
[verse]
|
||||||
git reflog expire [--dry-run] [--stale-fix]
|
git reflog expire [--dry-run] [--stale-fix] [--verbose]
|
||||||
[--expire=<time>] [--expire-unreachable=<time>] [--all] <refs>...
|
[--expire=<time>] [--expire-unreachable=<time>] [--all] <refs>...
|
||||||
|
|
||||||
git reflog [show] [log-options]
|
git reflog [show] [log-options]
|
||||||
@ -68,6 +68,9 @@ them.
|
|||||||
--all::
|
--all::
|
||||||
Instead of listing <refs> explicitly, prune all refs.
|
Instead of listing <refs> explicitly, prune all refs.
|
||||||
|
|
||||||
|
--verbose::
|
||||||
|
Print extra information on screen.
|
||||||
|
|
||||||
Author
|
Author
|
||||||
------
|
------
|
||||||
Written by Junio C Hamano <junkio@cox.net>
|
Written by Junio C Hamano <junkio@cox.net>
|
||||||
|
Reference in New Issue
Block a user