From: John Keeping Date: Mon, 11 Feb 2013 23:08:04 +0000 (+0000) Subject: rebase -i: respect core.commentchar X-Git-Tag: v1.8.2-rc0~4^2 X-Git-Url: https://www.git.lorimer.id.au/gitweb.git/diff_plain/180bad3d10fe3a7f6d6c990956a888dd0562bef1?hp=180bad3d10fe3a7f6d6c990956a888dd0562bef1 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 Signed-off-by: Junio C Hamano ---