]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
Teach the revision walker to walk by reflogs with --walk-reflogs
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Thu, 11 Jan 2007 10:47:48 +0000 (11:47 +0100)
committerJunio C Hamano <junkio@cox.net>
Sun, 21 Jan 2007 05:32:31 +0000 (21:32 -0800)
commit8860fd42fcf5a7853f7d7c2198793183320293ff
tree24b6d67b95ef9efe285a4cb1f71d77edc5ef1834
parentbcf316187699c5e97bf47c1b8a00c844bf809fbc
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>
Makefile
log-tree.c
reflog-walk.c [new file with mode: 0644]
reflog-walk.h [new file with mode: 0644]
revision.c
revision.h