Thread (1 message) 1 message, 1 author, 2022-08-04

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

From: Junio C Hamano <hidden>
Date: 2022-08-04 16:10:55

Derrick Stolee [off-list ref] writes:
On 8/3/2022 4:57 PM, Emily Shaffer wrote:
quoted
+	/* 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.
Excellent.  I forgot about that.  Thanks.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help