rebase -i: respect core.commentchar
commit180bad3d10fe3a7f6d6c990956a888dd0562bef1
authorJohn Keeping <john@keeping.me.uk>
Mon, 11 Feb 2013 23:08:04 +0000 (11 23:08 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 12 Feb 2013 20:01:42 +0000 (12 12:01 -0800)
tree99fdec2df6a43da35844cb3cdc2b16303020272f
parenteff80a9fd990de3605063050dae32f969ef18ba8
rebase -i: respect core.commentchar

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>
git-rebase--interactive.sh
t/t3404-rebase-interactive.sh