author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | |
Thu, 11 Jan 2007 10:47:48 +0000 (11:47 +0100) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sun, 21 Jan 2007 05:32:31 +0000 (21:32 -0800) | ||
commit | 8860fd42fcf5a7853f7d7c2198793183320293ff | |
tree | 24b6d67b95ef9efe285a4cb1f71d77edc5ef1834 | tree | snapshot |
parent | bcf316187699c5e97bf47c1b8a00c844bf809fbc | commit | diff |
Teach the revision walker to walk by reflogs with --walk-reflogs
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>
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>
Makefile | diff | blob | history | |
log-tree.c | diff | blob | history | |
reflog-walk.c | [new file with mode: 0644] | blob |
reflog-walk.h | [new file with mode: 0644] | blob |
revision.c | diff | blob | history | |
revision.h | diff | blob | history |