Re: [PATCH 5/5] repo-settings: create feature.experimental setting

2019-07-24 Thread Derrick Stolee
On 7/23/2019 11:20 AM, Johannes Schindelin wrote: > Hi Stolee, > > On Mon, 22 Jul 2019, Derrick Stolee via GitGitGadget wrote: >> struct path_hashmap_entry { >> struct hashmap_entry e; >> @@ -1375,10 +1376,14 @@ static int handle_rename_via_dir(struct >> merge_options *opt, >> * there

Re: [PATCH 5/5] repo-settings: create feature.experimental setting

2019-07-23 Thread Johannes Schindelin
Hi Stolee, On Mon, 22 Jul 2019, Derrick Stolee via GitGitGadget wrote: > From: Derrick Stolee > > The 'feature.experimental' setting includes config options that are > not committed to become defaults, but could use additional testing. > > Update the following config settings to take new default

[PATCH 5/5] repo-settings: create feature.experimental setting

2019-07-22 Thread Derrick Stolee via GitGitGadget
From: Derrick Stolee The 'feature.experimental' setting includes config options that are not committed to become defaults, but could use additional testing. Update the following config settings to take new defaults, and to use the repo_settings struct if not already using them: * 'pack.useSpars