From: Linus Torvalds Date: Sun, 28 May 2006 22:11:28 +0000 (-0700) Subject: Switch "read_tree_recursive()" over to tree-walk functionality X-Git-Tag: v1.4.1-rc1~54^2^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/2522c13244c13fe3a9f0769ea6294dce08e6596c?hp=2522c13244c13fe3a9f0769ea6294dce08e6596c 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 Signed-off-by: Junio C Hamano ---