rebase -i: use struct rebase_options in do_interactive_rebase()
commit0ea0847ef0f6d548fe3a3c6720f99323408b2a50
authorPhillip Wood <phillip.wood@dunelm.org.uk>
Wed, 17 Apr 2019 14:30:42 +0000 (17 15:30 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 19 Apr 2019 08:32:10 +0000 (19 17:32 +0900)
tree8156af8a4bc9d2999b193a6f13f87f185552dfeb
parent73fdc535d269ba1ac25cdb832d72d47abdede049
rebase -i: use struct rebase_options in do_interactive_rebase()

All the parameters that are passed to do_interactive_rebase() apart from
`flags` are already in `struct rebase_options` so there is no need to
pass them separately.

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