1
0
mirror of https://github.com/git/git.git synced 2024-10-21 10:28:50 +02:00

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

* es/rebase-i-respect-core-commentchar:
  rebase -i: fix cases ignoring core.commentchar
This commit is contained in:
Junio C Hamano 2013-10-17 15:45:24 -07:00
commit 6f89c2714a

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