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