Switch "read_tree_recursive()" over to tree-walk functionality
authorLinus Torvalds <torvalds@osdl.org>
Mon, 29 May 2006 19:17:28 +0000 (12:17 -0700)
committerJunio C Hamano <junkio@cox.net>
Tue, 30 May 2006 02:05:11 +0000 (19:05 -0700)
commit0790a42a502701c7b58e9ad4123e46bf46bbf319
tree52f2de3ed003a40dbeaeb77ffe2305199d69c74e
parent3a7c352bd0ecac4b4c96c0995d61de9ef8d814f9
Switch "read_tree_recursive()" over to tree-walk functionality

Don't use the tree_entry list any more.

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