rebase -i: add another reword test
commit0c164ae7a65f811ef3fb3188c63cd157335463bb
authorPhillip Wood <phillip.wood@dunelm.org.uk>
Fri, 20 Aug 2021 15:40:36 +0000 (20 15:40 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 23 Aug 2021 16:36:26 +0000 (23 09:36 -0700)
treeb9749cd368f602990608b79a0bbb09951ac52f28
parent2be6b6f411136c6773a90d2cfdacf3cccb79d3e6
rebase -i: add another reword test

None of the existing reword tests check that there are no uncommitted
changes when the editor is opened. Reuse the editor script from the
last commit to fix this omission.

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