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)
commit2522c13244c13fe3a9f0769ea6294dce08e6596c
tree721c3b9e5c467573861b9dde33481f99da616146
parenta755dfe45c10ccd9f180d3c267602ad18d127d6a
Switch "read_tree_recursive()" over to tree-walk functionality

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>
tree.c