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

2019-02-13 Thread Junio C Hamano
Ævar Arnfjörð Bjarmason writes: > 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. > ... >> This patch breaks the test suite (with these two new tests) under >> GIT_TEST_REBASE_USE_BUILTIN=false. S

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

2019-02-13 Thread Johannes Schindelin
Hi Ævar, On Wed, 13 Feb 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. I like it! Thanks, Dscho > > See [1] for the initial implementation of rebase.useB

[PATCH] rebase: remove the rebase.useBuiltin setting

2019-02-13 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.