author | Linus Torvalds <torvalds@osdl.org> | |
Mon, 29 May 2006 19:16:12 +0000 (12:16 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Tue, 30 May 2006 02:05:02 +0000 (19:05 -0700) | ||
commit | 136f2e548a34f1f504b0f062f87ddf33e8d6e83b | |
tree | e5dcfa1d5325c5bbe1ba8e7f1295a298b3aa7091 | tree | snapshot |
parent | e0c97ca63df2590026fe1f9a76fefba54b291d06 | commit | diff |
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>
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 | diff | blob | history | |
builtin-rev-list.c | diff | blob | history | |
fsck-objects.c | diff | blob | history | |
object.c | diff | blob | history | |
tree.c | diff | blob | history | |
tree.h | diff | blob | history |