Skip to content

Commit

Permalink
git-reflog: document --verbose
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Michele Ballabio authored and Shawn O. Pearce committed Oct 16, 2007
1 parent 1ae14a6 commit a5d4101
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Documentation/git-reflog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The command takes various subcommands, and different options
depending on the subcommand:

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

git reflog [show] [log-options]
Expand Down Expand Up @@ -68,6 +68,9 @@ them.
--all::
Instead of listing <refs> explicitly, prune all refs.

--verbose::
Print extra information on screen.

Author
------
Written by Junio C Hamano <junkio@cox.net>
Expand Down

0 comments on commit a5d4101

Please sign in to comment.