summaryrefslogtreecommitdiff
path: root/Documentation/git-reflog.txt
Commit message (Collapse)AuthorAgeFilesLines
* git reflog showLinus Torvalds2007-02-081-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 Hamano2007-01-151-1/+1
| | | | Signed-off-by: Junio C Hamano <junkio@cox.net>
* git-reflog: gc.* configuration and documentation.Junio C Hamano2006-12-271-0/+59
Signed-off-by: Junio C Hamano <junkio@cox.net>