Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2015-09-25 00:05:30 +0300
committerJunio C Hamano <gitster@pobox.com>2015-09-25 20:18:18 +0300
commitfbe85e73ce425b25c15f0b1f3900a9bf895a9793 (patch)
tree328b8b82a690fbd4ab6567732a3f7721dbc7dd2c /wrapper.c
parent108332c7a04d309cfed872350ab5c8b8e198f944 (diff)
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 'wrapper.c')
0 files changed, 0 insertions, 0 deletions