]> git.ipfire.org Git - thirdparty/git.git/commit - builtin/rebase.c
rebase -i: combine rebase--interactive.c with rebase.c
authorPhillip Wood <phillip.wood@dunelm.org.uk>
Wed, 17 Apr 2019 14:30:37 +0000 (15:30 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 19 Apr 2019 08:32:10 +0000 (17:32 +0900)
commit0609b741a43dee2934ceb76850fea5963ab0c8f6
tree7cc5de52ce750efec4e53b9bf3c76fe397c269b3
parent6023c928aa07128b4270446e7735beb20b2c8096
rebase -i: combine rebase--interactive.c with rebase.c

In order to run `rebase -i` without forking `rebase--interactive` it
will be convenient to have all the code from rebase--interactive.c in
rebase.c. This is a straight forward copy of the code from
rebase--interactive.c, it will be simplified slightly in the next
commit.

Signed-off-by: Phillip Wood <phillip.wood@dunelm.org.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile
builtin/rebase--interactive.c [deleted file]
builtin/rebase.c