author | Nicolas Pitre <nico@cam.org> | |
Fri, 20 May 2005 20:59:17 +0000 (16:59 -0400) | ||
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Fri, 20 May 2005 22:41:45 +0000 (15:41 -0700) | ||
commit | d1af002dc608be3213ba18df1a99ced0ab42e6d6 | |
tree | 191c45603eb3bc4aca09df7721bef8c740786ed5 | tree | snapshot |
parent | 91d7b8afc2dc8bacde2012ad076cd8d0c4d36697 | commit | diff |
[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>
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 | diff | blob | history | |
blob.c | diff | blob | history | |
commit.c | diff | blob | history | |
delta.c | [new file with mode: 0644] | blob |
delta.h | diff | blob | history | |
fsck-cache.c | diff | blob | history | |
object.c | diff | blob | history | |
object.h | diff | blob | history | |
tag.c | diff | blob | history | |
tree.c | diff | blob | history |