Merge branch 'es/rebase-i-respect-core-commentchar'

"rebase -i" forgot that the comment character can be configurable
while reading its insn sheet.

* es/rebase-i-respect-core-commentchar:
  rebase -i: fix cases ignoring core.commentchar
This commit is contained in:
Junio C Hamano 2013-09-11 14:58:52 -07:00
commit 42e5fb2bf1

View file

@ -671,7 +671,7 @@ skip_unnecessary_picks () {
;;
esac
;;
3,#*|3,)
3,"$comment_char"*|3,)
# copy comments
;;
*)