rebase -i: respect core.commentchar
authorJohn Keeping <john@keeping.me.uk>
Mon, 11 Feb 2013 23:08:04 +0000 (23:08 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 12 Feb 2013 20:01:42 +0000 (12:01 -0800)
Commit eff80a9 (Allow custom "comment char") introduced a custom comment
character for commit messages but did not teach git-rebase--interactive
to use it.

Change git-rebase--interactive to read core.commentchar and use its
value when generating commit messages and for the command list.

Signed-off-by: John Keeping <john@keeping.me.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found