Re: [PATCH v3 1/5] repo-settings: consolidate some config settings

2019-07-30 Thread Junio C Hamano
"Derrick Stolee via GitGitGadget" writes: > diff --git a/repository.h b/repository.h > index 4fb6a5885f..2bb2bc3eea 100644 > --- a/repository.h > +++ b/repository.h > @@ -4,6 +4,7 @@ > #include "path.h" > > struct config_set; > +struct repo_settings; Given that the next hunk you introduce th

[PATCH v3 1/5] repo-settings: consolidate some config settings

2019-07-30 Thread Derrick Stolee via GitGitGadget
From: Derrick Stolee There are a few important config settings that are not loaded during git_default_config. These are instead loaded on-demand. Centralize these config options to a single scan, and store all of the values in a repo_settings struct. The values for each setting are initialized a