Switch "read_tree_recursive()" over to tree-walk functionality
authorLinus Torvalds <torvalds@osdl.org>
Sun, 28 May 2006 22:11:28 +0000 (15:11 -0700)
committerJunio C Hamano <junkio@cox.net>
Mon, 29 May 2006 02:40:18 +0000 (19:40 -0700)
Don't use the tree_entry list, it really had no major reason not to just
walk the raw tree instead.

Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>

No differences found