Make "tree_entry" have a SHA1 instead of a union of object pointers
authorLinus Torvalds <torvalds@osdl.org>
Mon, 29 May 2006 19:16:46 +0000 (12:16 -0700)
committerJunio C Hamano <junkio@cox.net>
Tue, 30 May 2006 02:05:06 +0000 (19:05 -0700)
This is preparatory work for further cleanups, where we try to make
tree_entry look more like the more efficient tree-walk descriptor.

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