rebase -i: highlight problems with core.commentchar
commit6645838845c523952f60a855f8c646d49e59cee0
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 21 Nov 2016 14:18:05 +0000 (21 15:18 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 21 Nov 2016 19:00:17 +0000 (21 11:00 -0800)
tree6385804b2ff47eb7e6b450385752cd37a24fc911
parent0b65a8dbdb38962e700ee16776a3042beb489060
rebase -i: highlight problems with core.commentchar

The interactive rebase does not currently play well with
core.commentchar. Let's add some tests to highlight those problems
that will be fixed in the remainder of the series.

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