diff options
author | Jeff King <peff@peff.net> | 2015-09-24 17:05:30 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-09-25 10:18:18 -0700 |
commit | fbe85e73ce425b25c15f0b1f3900a9bf895a9793 (patch) | |
tree | 328b8b82a690fbd4ab6567732a3f7721dbc7dd2c /path.c | |
parent | archive-tar: fix minor indentation violation (diff) | |
download | tgif-fbe85e73ce425b25c15f0b1f3900a9bf895a9793.tar.xz |
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>
Diffstat (limited to 'path.c')
0 files changed, 0 insertions, 0 deletions