]> git.ipfire.org Git - thirdparty/git.git/commit
config: let feature.experimental imply gc.cruftPacks=true
authorEmily Shaffer <emilyshaffer@google.com>
Wed, 26 Oct 2022 21:32:45 +0000 (17:32 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 26 Oct 2022 21:39:31 +0000 (14:39 -0700)
commitc695592850a3b4b7857fc11721cbc7d2b332f41e
tree0f7e96252408d31f378be37b421060810773ada3
parent12253ab6d0033aa8214c8a15bc2ea37ff052ff1c
config: let feature.experimental imply gc.cruftPacks=true

We are interested in exploring whether gc.cruftPacks=true should become
the default value.

To determine whether it is safe to do so, let's encourage more users to
try it out.

Users who have set feature.experimental=true have already volunteered to
try new and possibly-breaking config changes, so let's try this new
default with that set of users.

Signed-off-by: Emily Shaffer <emilyshaffer@google.com>
Signed-off-by: Taylor Blau <me@ttaylorr.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config/feature.txt
builtin/gc.c
repo-settings.c
repository.h
t/t6500-gc.sh