Merge branch 'pw/rebase-x-sanity-check'
commit96e6547c2e4c137222c01582b52c0c974a02fd63
authorJunio C Hamano <gitster@pobox.com>
Thu, 7 Feb 2019 06:05:26 +0000 (6 22:05 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 7 Feb 2019 06:05:26 +0000 (6 22:05 -0800)
tree3e5534ed73d44c1c96fe629b2e746f908fe5c63d
parent57cbc53d3e0567d630b3e08be41e555efb06f616
parentc762aada1ab3a2c428c462e0e6964d9f37107da7
Merge branch 'pw/rebase-x-sanity-check'

"git rebase -x $cmd" did not reject multi-line command, even though
the command is incapable of handling such a command.  It now is
rejected upfront.

* pw/rebase-x-sanity-check:
  rebase -x: sanity check command
builtin/rebase.c
t/t3404-rebase-interactive.sh