[PATCH] delta check
authorNicolas Pitre <nico@cam.org>
Fri, 20 May 2005 20:59:17 +0000 (16:59 -0400)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 20 May 2005 22:41:45 +0000 (15:41 -0700)
commitd1af002dc608be3213ba18df1a99ced0ab42e6d6
tree191c45603eb3bc4aca09df7721bef8c740786ed5
parent91d7b8afc2dc8bacde2012ad076cd8d0c4d36697
[PATCH] delta check

This adds knowledge of delta objects to fsck-cache and various object
parsing code.  A new switch to git-fsck-cache is provided to display the
maximum delta depth found in a repository.

Signed-off-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Makefile
blob.c
commit.c
delta.c [new file with mode: 0644]
delta.h
fsck-cache.c
object.c
object.h
tag.c
tree.c