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:
commit
42e5fb2bf1
@ -671,7 +671,7 @@ skip_unnecessary_picks () {
|
||||
;;
|
||||
esac
|
||||
;;
|
||||
3,#*|3,)
|
||||
3,"$comment_char"*|3,)
|
||||
# copy comments
|
||||
;;
|
||||
*)
|
||||
|
Loading…
Reference in New Issue
Block a user