t3415: verify that an empty instructionFormat is handled as before
commit4e7524e012f345fe0c4eb66cb9f975da2c243c21
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Fri, 14 Jul 2017 14:44:38 +0000 (14 16:44 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 27 Jul 2017 22:35:05 +0000 (27 15:35 -0700)
treedf2eb0f1164c80fd75fa46027f3d8f8be13acd4a
parent5800c63717ae35286a1441f14ffff753e01f7e2b
t3415: verify that an empty instructionFormat is handled as before

An upcoming patch will move the todo list generation into the
rebase--helper. An early version of that patch regressed on an empty
rebase.instructionFormat value (the shell version could not discern
between an empty one and a non-existing one, but the C version used the
empty one as if that was intended to skip the oneline from the `pick
<hash>` lines).

Let's verify that this still works as before.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3415-rebase-autosquash.sh