fsck-cache: walk the 'refs' directory if the user doesn't give any
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Wed, 18 May 2005 17:16:14 +0000 (10:16 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Wed, 18 May 2005 17:16:14 +0000 (10:16 -0700)
commit1024932f019905ff1a9e06e5acbee441919d4d05
tree6017a62faea36398641decacd149461b33183074
parentb58f23b38a9a9f28d751311353819d3cdf6a86da
fsck-cache: walk the 'refs' directory if the user doesn't give any
explicit references for reachability analysis.

We already had that as separate logic in git-prune-script, so this
is not a new special case - it's an old special case moved into
fsck, making normal usage be much simpler.
fsck-cache.c
git-prune-script