t3404: check root commit in 'rebase -i --root reword root commit'
authorTodd Zullinger <tmz@pobox.com>
Mon, 18 Jun 2018 22:19:42 +0000 (18:19 -0400)
committerJunio C Hamano <gitster@pobox.com>
Tue, 19 Jun 2018 16:14:33 +0000 (09:14 -0700)
commit878810552b42a444b2a38ccaad60d23969638f05
tree75089e930d48291ba220c675bcf3a9ccbfe08bf0
parent76fda6ebbc721e39ed70625206ba1dab5a9c1340
t3404: check root commit in 'rebase -i --root reword root commit'

When testing a reworded root commit, ensure that the squash-onto commit
which is created and amended is still the root commit.

Suggested-by: Phillip Wood <phillip.wood@talktalk.net>
Helped-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Todd Zullinger <tmz@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3404-rebase-interactive.sh