Re: [PATCH v2] rebase: remove the rebase.useBuiltin setting

2019-03-14 Thread Ævar Arnfjörð Bjarmason
On Thu, Mar 14 2019, Johannes Schindelin wrote: > Hi Ævar, > > On Thu, 14 Mar 2019, Ævar Arnfjörð Bjarmason wrote: > >> Remove the rebase.useBuiltin setting, which was added as an escape >> hatch to disable the builtin version of rebase first released with Git >> 2.20. >> >> See [1] for the init

Re: [PATCH v2] rebase: remove the rebase.useBuiltin setting

2019-03-14 Thread Johannes Schindelin
Hi Ævar, On Thu, 14 Mar 2019, Ævar Arnfjörð Bjarmason wrote: > Remove the rebase.useBuiltin setting, which was added as an escape > hatch to disable the builtin version of rebase first released with Git > 2.20. > > See [1] for the initial implementation of rebase.useBuiltin, and [2] > and [3] fo

[PATCH v2] rebase: remove the rebase.useBuiltin setting

2019-03-14 Thread Ævar Arnfjörð Bjarmason
Remove the rebase.useBuiltin setting, which was added as an escape hatch to disable the builtin version of rebase first released with Git 2.20. See [1] for the initial implementation of rebase.useBuiltin, and [2] and [3] for the documentation and corresponding GIT_TEST_REBASE_USE_BUILTIN option.