rebase -i: fix cases ignoring core.commentchar
commit7bca7afeff6f17309545cd2c8431b7228d1151ab
authorEric Sunshine <sunshine@sunshineco.com>
Fri, 16 Aug 2013 21:44:07 +0000 (16 17:44 -0400)
committerJunio C Hamano <gitster@pobox.com>
Sun, 18 Aug 2013 20:33:01 +0000 (18 13:33 -0700)
tree5181e2ab198bd8f9350df12be9e580425ebb4794
parenta3bc3d070cacf07dbe11b4bfec57554c8bbf1957
rebase -i: fix cases ignoring core.commentchar

180bad3d (rebase -i: respect core.commentchar, 2013-02-11) updated
"rebase -i" to honor core.commentchar but missed one instance of
hard-coded '#' comment character in skip_unnecessary_picks().

Signed-off-by: Eric Sunshine <sunshine@sunshineco.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-rebase--interactive.sh