Make "struct tree" contain the pointer to the tree buffer
authorLinus Torvalds <torvalds@osdl.org>
Mon, 29 May 2006 19:16:12 +0000 (12:16 -0700)
committerJunio C Hamano <junkio@cox.net>
Tue, 30 May 2006 02:05:02 +0000 (19:05 -0700)
commit136f2e548a34f1f504b0f062f87ddf33e8d6e83b
treee5dcfa1d5325c5bbe1ba8e7f1295a298b3aa7091
parente0c97ca63df2590026fe1f9a76fefba54b291d06
Make "struct tree" contain the pointer to the tree buffer

This allows us to avoid allocating information for names etc, because
we can just use the information from the tree buffer directly.

Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
builtin-read-tree.c
builtin-rev-list.c
fsck-objects.c
object.c
tree.c
tree.h