]> git.ipfire.org Git - thirdparty/git.git/commit - builtin/fsck.c
fsck-objects: avoid unnecessary tree_entry_list usage
authorLinus Torvalds <torvalds@osdl.org>
Mon, 29 May 2006 19:19:02 +0000 (12:19 -0700)
committerJunio C Hamano <junkio@cox.net>
Tue, 30 May 2006 02:08:21 +0000 (19:08 -0700)
commite9a95bef7f9648b3827813906582bb8a6d922d21
treea9fdc607362284f0d24bcb7d639944fccb83161b
parent2d9c58c69d1bab601e67b036d0546e85abcee7eb
fsck-objects: avoid unnecessary tree_entry_list usage

Prime example of where the raw tree parser is easier for everybody.

[jc: "Aieee" one-liner fix from the list applied. ]

Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
fsck-objects.c