]> git.ipfire.org Git - thirdparty/git.git/commit - sequencer.c
sequencer: use edit_todo_list() in complete_action()
authorAlban Gruin <alban.gruin@gmail.com>
Tue, 5 Mar 2019 19:18:04 +0000 (20:18 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 7 Mar 2019 00:17:57 +0000 (09:17 +0900)
commit1451d0f616fb1a046349cc8cd94736bcfde5e4a5
treedd8bfb851d2066634f8e36ea0907fb28ed1150db
parenta930eb03a8299b5b29284dd9e3c253c38187167a
sequencer: use edit_todo_list() in complete_action()

This changes complete_action() to use edit_todo_list(), now that it can
handle the initial edit of the todo list.

Signed-off-by: Alban Gruin <alban.gruin@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
sequencer.c