From: Linus Torvalds Date: Thu, 8 Feb 2007 17:51:56 +0000 (-0800) Subject: git reflog show X-Git-Tag: v1.5.0~56 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/cf39f54efc6ac45f9ef5319103a94d5afa75910e?hp=cf39f54efc6ac45f9ef5319103a94d5afa75910e 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 Signed-off-by: Junio C Hamano ---