Merge branch 'gc/use-repo-settings'
commit7afb458e9108632b7b9c32b08bfd7bca088e610c
authorJunio C Hamano <gitster@pobox.com>
Mon, 1 Nov 2021 20:48:08 +0000 (1 13:48 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 1 Nov 2021 20:48:08 +0000 (1 13:48 -0700)
tree50235f02e8e9d12e43bbb0accc04a0413334b04b
parentb82299ec6fe245595b3ac4abf5458bcb032ba62e
parenta897ab7ed143b2790f05785a3b1916f8a71c7a8c
Merge branch 'gc/use-repo-settings'

It is wrong to read some settings directly from the config
subsystem, as things like feature.experimental can affect their
default values.

* gc/use-repo-settings:
  gc: perform incremental repack when implictly enabled
  fsck: verify multi-pack-index when implictly enabled
  fsck: verify commit graph when implicitly enabled
builtin/fsck.c
t/t5319-multi-pack-index.sh