Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix --walk-reflog with --pretty=oneline | Junio C Hamano | 2007-01-20 |
| | | | | | | | Now, "git log --abbrev-commit --pretty=o --walk-reflogs HEAD" is reasonably pleasant to use. Signed-off-by: Junio C Hamano <junkio@cox.net> | ||
* | Teach the revision walker to walk by reflogs with --walk-reflogs | Johannes Schindelin | 2007-01-20 |
When called with "--walk-reflogs", as long as there are reflogs available, the walker will take this information into account, rather than the parent information in the commit object. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <junkio@cox.net> |