On 8/3/2022 4:57 PM, Emily Shaffer wrote: > + /* feature.experimental implies gc.cruftPacks=true */ > + git_config_get_bool("feature.experimental", &experimental); > + if (experimental) > + cruft_packs = 1; > + This should be grouped into prepare_repo_settings() in repo-settings.c so we have a single place to see what is updated by feature.experimental. Thanks, -Stolee