Make "git prune" use the "--full" flag to git-fsck-cache
authorLinus Torvalds <torvalds@g5.osdl.org>
Thu, 14 Jul 2005 15:57:14 +0000 (08:57 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Thu, 14 Jul 2005 15:57:14 +0000 (08:57 -0700)
commitb0966e1010547095ea6fe546dcbbe23a03b62841
tree67866251b6e48a3dc17aca637eebd4eb60f488b2
parent2f2de9b4cdc86fef4465925ae7d5b2dcce8ffc8c
Make "git prune" use the "--full" flag to git-fsck-cache

It's too dangerous not to.  We need to follow alternate object
directories etc, or we might say something is unreachable just because
we didn't look it up completely.
git-prune-script