]> git.ipfire.org Git - thirdparty/git.git/commit - builtin/fsck.c
Make "fsck-cache" use the same revision tracking structure as "rev-tree".
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Wed, 13 Apr 2005 16:57:30 +0000 (09:57 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Wed, 13 Apr 2005 16:57:30 +0000 (09:57 -0700)
commitd9839e030592292267e6317fba308383e0012001
tree928b601edc5e57a3998233b5593de63f90d24671
parent33b238d128a4f7ada055eac99ae8f9546003e7d0
Make "fsck-cache" use the same revision tracking structure as "rev-tree".

This makes things a lot more efficient, and makes it trivial to do things
like reachability analysis.

Add command line flags to tell what the head is, and whether to warn
about unreachable objects.
fsck-cache.c