Files
git/builtin
Jeff King fbe85e73ce fsck: don't fsck alternates for connectivity-only check
Commit 02976bf (fsck: introduce `git fsck --connectivity-only`,
2015-06-22) recently gave fsck an option to perform only a
subset of the checks, by skipping the fsck_object_dir()
call. However, it does so only for the local object
directory, and we still do expensive checks on any alternate
repos. We should skip them in this case, too.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2015-09-25 10:18:18 -07:00
..
2015-08-24 13:09:02 -07:00
2015-01-14 09:32:04 -08:00
2015-08-31 15:39:10 -07:00
2015-08-25 14:57:09 -07:00
2015-03-20 13:11:53 -07:00
2015-08-25 13:11:21 -07:00
2015-01-14 09:32:04 -08:00
2015-08-31 15:39:05 -07:00
2015-07-13 14:02:02 -07:00
2015-08-03 11:01:10 -07:00
2015-01-14 09:32:04 -08:00
2015-08-31 15:39:03 -07:00