t3404: add test case for abbreviated commands
commit1795993488bef1b48e4224db096e9d12df075db2
authorLiam Beguin <liambeguin@gmail.com>
Tue, 5 Dec 2017 17:52:35 +0000 (5 12:52 -0500)
committerJunio C Hamano <gitster@pobox.com>
Tue, 5 Dec 2017 18:20:51 +0000 (5 10:20 -0800)
treec36d4be7792a6e1c0d4bead4d1e16a216249cd1e
parentd8ae6c84da52a210e84b3734bb93c575638236d3
t3404: add test case for abbreviated commands

Make sure the todo list ends up using single-letter command
abbreviations when the rebase.abbreviateCommands is enabled.
This configuration option should not change anything else.

Signed-off-by: Liam Beguin <liambeguin@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3404-rebase-interactive.sh