Skip to content

Commit

Permalink
Merge branch 'es/rebase-i-respect-core-commentchar' into maint
Browse files Browse the repository at this point in the history
* es/rebase-i-respect-core-commentchar:
  rebase -i: fix cases ignoring core.commentchar
  • Loading branch information
Junio C Hamano committed Oct 17, 2013
2 parents ddeaf7e + 7bca7af commit 6f89c27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-rebase--interactive.sh
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@ skip_unnecessary_picks () {
;;
esac
;;
3,#*|3,)
3,"$comment_char"*|3,)
# copy comments
;;
*)
Expand Down

0 comments on commit 6f89c27

Please sign in to comment.