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)
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>

No differences found