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

2019-03-19 Thread Phillip Wood
Hi Ævar On 18/03/2019 11:01, Æ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] for the documen

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

2019-03-18 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.