]> git.ipfire.org Git - thirdparty/git.git/commit
rebase -i: use struct rebase_options to parse args
authorPhillip Wood <phillip.wood@dunelm.org.uk>
Wed, 17 Apr 2019 14:30:41 +0000 (15:30 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 19 Apr 2019 08:32:10 +0000 (17:32 +0900)
commit73fdc535d269ba1ac25cdb832d72d47abdede049
tree977d67c3ad6115943180c8bf0ab3613da0debeee
parent338985317eb84007f0d08979e751cbf32a375a52
rebase -i: use struct rebase_options to parse args

In order to run `rebase -i` without forking `rebase--interactive` it
will be convenient to use the same structure when parsing the options in
cmd_rebase() and cmd_rebase__interactive().

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