Thread (5 messages) 5 messages, 3 authors, 2022-08-04

Re: [PATCH 2/2] config: let feature.experimental imply gc.cruftPacks=true

From: Derrick Stolee <hidden>
Date: 2022-08-04 13:05:49

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
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help