]> git.ipfire.org Git - thirdparty/git.git/commit
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)
commitcf39f54efc6ac45f9ef5319103a94d5afa75910e
tree942afce009184e3109d81eb509415f7309f224c9
parent67dad687ad15d26d8e26f4d27874af0bc0965ce2
git reflog show

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>
Documentation/git-reflog.txt
builtin-log.c
builtin-reflog.c
builtin.h