]> git.ipfire.org Git - thirdparty/git.git/commit
rebase: default to using the builtin rebase
authorPratik Karki <predatoramigo@gmail.com>
Wed, 8 Aug 2018 15:53:02 +0000 (21:38 +0545)
committerJunio C Hamano <gitster@pobox.com>
Thu, 11 Oct 2018 05:19:42 +0000 (14:19 +0900)
commit5541bd5b8f799ab2ae3901e38704d056b455d6ad
tree23e29628bf70e29254dc84db1758e122d9374963
parentbc24382c2b300a1ba135985b6376b32f8ea8f836
rebase: default to using the builtin rebase

Now that the builtin rebase is feature-complete, we should use it by
default. Let's keep the legacy scripted version around for the time
being; Once the builtin rebase is well-tested enough, we can remove
`git-legacy-rebase.sh`.

Signed-off-by: Pratik Karki <predatoramigo@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/rebase.c