Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-02-08 | git reflog show | Linus Torvalds | 1 | -4/+13 | |
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> | |||||
2007-01-15 | git reflog expire: document --stale-fix option. | Junio C Hamano | 1 | -1/+1 | |
Signed-off-by: Junio C Hamano <junkio@cox.net> | |||||
2006-12-27 | git-reflog: gc.* configuration and documentation. | Junio C Hamano | 1 | -0/+59 | |
Signed-off-by: Junio C Hamano <junkio@cox.net> |