Skip to content

Commit 42e5fb2

Browse files
committed
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
2 parents 09a3730 + 7bca7af commit 42e5fb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-rebase--interactive.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ skip_unnecessary_picks () {
671671
;;
672672
esac
673673
;;
674-
3,#*|3,)
674+
3,"$comment_char"*|3,)
675675
# copy comments
676676
;;
677677
*)

0 commit comments

Comments
 (0)