rebase--interactive2: rewrite the submodes of interactive rebase in C
commit0af129b2ed4a5c73484c4d3e816df104d5438947
authorAlban Gruin <alban.gruin@gmail.com>
Thu, 27 Sep 2018 21:56:08 +0000 (27 23:56 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 9 Oct 2018 01:44:10 +0000 (9 10:44 +0900)
tree596a2ca76122bb29a1695d18b506732f059ff17b
parent53bbcfbde7c29611f16722c3fbcdb2b78718f633
rebase--interactive2: rewrite the submodes of interactive rebase in C

This rewrites the submodes of interactive rebase (`--continue`,
`--skip`, `--edit-todo`, and `--show-current-patch`) in C.

git-rebase.sh is then modified to call directly git-rebase--interactive2
instead of git-rebase--interactive.sh.

Signed-off-by: Alban Gruin <alban.gruin@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/rebase--interactive2.c
git-rebase.sh