summaryrefslogtreecommitdiff
path: root/delta.c
Commit message (Collapse)AuthorAgeFilesLines
* [PATCH] delta checkNicolas Pitre2005-05-201-0/+115
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>