]> git.ipfire.org Git - thirdparty/git.git/commit - walker.c
Convert fetch.c: process_tree() to raw tree walker
authorLinus Torvalds <torvalds@osdl.org>
Mon, 29 May 2006 19:20:48 +0000 (12:20 -0700)
committerJunio C Hamano <junkio@cox.net>
Tue, 30 May 2006 02:08:33 +0000 (19:08 -0700)
commit1bc995a3920da4e9143ccf9d34bdabf70ab8a211
tree8fd143124f6687fb6433a5b5f271e24abb171911
parentf75e53edb38c97c8b21b69d4fc00d5419199ae4b
Convert fetch.c: process_tree() to raw tree walker

This leaves only the horrid code in builtin-read-tree.c using the old
interface. Some day I will gather the strength to tackle that one too.

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