t3418: add testcase showing problems with rebase -i and strategy options
authorElijah Newren <newren@gmail.com>
Wed, 27 Jun 2018 15:48:03 +0000 (08:48 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 27 Jun 2018 19:25:11 +0000 (12:25 -0700)
We are not passing the same args to merge strategies when we are doing an
--interactive rebase as we do with a --merge rebase. The merge strategy
should not need to be aware of which type of rebase is in effect. Add a
testcase which checks for the appropriate args.

Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found