git reflog show
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 8 Feb 2007 17:51:56 +0000 (09:51 -0800)
committerJunio C Hamano <junkio@cox.net>
Thu, 8 Feb 2007 23:35:24 +0000 (15:35 -0800)
It makes "git reflog [show]" act as

git log -g --pretty=oneline --abbrev-cmit

and is fairly straightforward. So you can just write

git reflog

or

git reflog show

and it will show you the reflog in a nice format.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found