Use struct tree in tar-tree
commit5207234a68aebf1f7a6494f6197513b00c8a70f3
authorDaniel Barkalow <barkalow@iabervon.org>
Sun, 29 Jan 2006 19:04:59 +0000 (29 14:04 -0500)
committerJunio C Hamano <junkio@cox.net>
Tue, 31 Jan 2006 03:08:37 +0000 (30 19:08 -0800)
tree1a711021933c3fd8edf1222df1eca62b39f7a68c
parent1506fc34f7585880aeeb12b5fdfe2de4800f9df5
Use struct tree in tar-tree

It was using an open-coded tree parser; use a struct tree instead.

Signed-off-by: Daniel Barkalow <barkalow@iabervon.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
tar-tree.c