author | Linus Torvalds <torvalds@linux-foundation.org> | |
Thu, 8 Feb 2007 17:51:56 +0000 (09:51 -0800) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Thu, 8 Feb 2007 23:35:24 +0000 (15:35 -0800) | ||
commit | cf39f54efc6ac45f9ef5319103a94d5afa75910e | |
tree | 942afce009184e3109d81eb509415f7309f224c9 | tree | snapshot |
parent | 67dad687ad15d26d8e26f4d27874af0bc0965ce2 | commit | diff |
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>
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 | diff | blob | history | |
builtin-log.c | diff | blob | history | |
builtin-reflog.c | diff | blob | history | |
builtin.h | diff | blob | history |