Skip to content

Commit 6f89c27

Browse files
committed
Merge branch 'es/rebase-i-respect-core-commentchar' into maint
* es/rebase-i-respect-core-commentchar: rebase -i: fix cases ignoring core.commentchar
2 parents ddeaf7e + 7bca7af commit 6f89c27

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)