builtin-prune: separate ref walking from reflog walking.
commitca4f293fb492efdd2b984b992796b075c30e230d
authorJunio C Hamano <junkio@cox.net>
Sat, 6 Jan 2007 10:16:14 +0000 (6 02:16 -0800)
committerJunio C Hamano <junkio@cox.net>
Sun, 7 Jan 2007 06:57:34 +0000 (6 22:57 -0800)
treedb4f309340d1fb3f71c96417af5382b33f86871f
parent24304816141d16aacdc63612797faa1426222ef7
builtin-prune: separate ref walking from reflog walking.

This is necessary for the next step, because the reason I am
making the connectivity walker into a library is because I want
to use it for cleaning up stale reflog entries.

Signed-off-by: Junio C Hamano <junkio@cox.net>
builtin-prune.c