Re: [PATCH v3 1/3] repo-settings: create core.featureAdoptionRate setting

2019-07-04 Thread Jakub Narebski
Duy Nguyen writes: > On Mon, Jul 1, 2019 at 10:32 PM Derrick Stolee via GitGitGadget > wrote: >> @@ -601,3 +602,22 @@ core.abbrev:: >> in your repository, which hopefully is enough for >> abbreviated object names to stay unique for some time. >> The minimum length is 4. >>

Re: [PATCH v3 1/3] repo-settings: create core.featureAdoptionRate setting

2019-07-02 Thread Ævar Arnfjörð Bjarmason
On Tue, Jul 02 2019, Duy Nguyen wrote: > On Mon, Jul 1, 2019 at 10:32 PM Derrick Stolee via GitGitGadget > wrote: >> @@ -601,3 +602,22 @@ core.abbrev:: >> in your repository, which hopefully is enough for >> abbreviated object names to stay unique for some time. >> The m

Re: [PATCH v3 1/3] repo-settings: create core.featureAdoptionRate setting

2019-07-02 Thread Duy Nguyen
On Mon, Jul 1, 2019 at 10:32 PM Derrick Stolee via GitGitGadget wrote: > @@ -601,3 +602,22 @@ core.abbrev:: > in your repository, which hopefully is enough for > abbreviated object names to stay unique for some time. > The minimum length is 4. > + > +core.featureAdoptionRat

Re: [PATCH v3 1/3] repo-settings: create core.featureAdoptionRate setting

2019-07-01 Thread Carlo Arenas
On Mon, Jul 1, 2019 at 8:32 AM Derrick Stolee via GitGitGadget wrote: > > To centralize these config options and properly set the defaults, > create a repo_settings that contains chars for each config variable. > Use -1 as "unset", with 0 for false and 1 for true. minor nitpick that hopefully Jun

[PATCH v3 1/3] repo-settings: create core.featureAdoptionRate setting

2019-07-01 Thread Derrick Stolee via GitGitGadget
From: Derrick Stolee Several advanced config settings are highly recommended for clients using large repositories. Power users learn these one-by-one and enable them as they see fit. This could be made simpler, to allow more users to have access to these almost-always beneficial features (and mor