Remove unused "zeropad" entry from tree_list_entry
authorLinus Torvalds <torvalds@osdl.org>
Mon, 29 May 2006 19:19:37 +0000 (12:19 -0700)
committerJunio C Hamano <junkio@cox.net>
Tue, 30 May 2006 02:08:25 +0000 (19:08 -0700)
That was a hack, only needed because 'git fsck-objects' didn't look at
the raw tree format. Now that fsck traverses the tree itself, we can
drop it.

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