]> git.ipfire.org Git - thirdparty/git.git/commit
rebase -i: handle core.commentChar=auto
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 21 Nov 2016 14:18:29 +0000 (15:18 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 21 Nov 2016 19:00:41 +0000 (11:00 -0800)
commit882cd23777f8984e433e0c0addae5e9d70de75e8
treeb20cadd5fcccd7543ac7087337611421d0064d00
parent92068ae8bf5711b683a0dbeef75d76f56ead5590
rebase -i: handle core.commentChar=auto

When 84c9dc2 (commit: allow core.commentChar=auto for character auto
selection, 2014-05-17) extended the core.commentChar functionality to
allow for the value 'auto', it forgot that rebase -i was already taught to
handle core.commentChar, and in turn forgot to let rebase -i handle that
new value gracefully.

Reported by Taufiq Hoven.

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