]> granicus.if.org Git - git/commit
rebase--interactive: move sequencer_add_exec_commands()
authorAlban Gruin <alban.gruin@gmail.com>
Tue, 5 Mar 2019 19:17:58 +0000 (20:17 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 7 Mar 2019 00:17:57 +0000 (09:17 +0900)
commit1ba204de6924b171024638bb5f3f405a0e0946d0
tree90aa5c5b4996fe59509e93e0672e0137f0efb4fb
parent94bcad797966b6a3490bc6806d3ee3eed54da9d9
rebase--interactive: move sequencer_add_exec_commands()

As sequencer_add_exec_commands() is only needed inside of
rebase--interactive.c for `rebase -p', it is moved there from
sequencer.c.

The parameter r (repository) is dropped along the way.

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