Re: [PATCH] rebase -p: fix incorrect commit message when calling `git merge`.
From: Junio C Hamano <hidden> Date: 2018-02-08 22:32:35
gregory.herrero@oracle.com writes:
Since commit dd6fb0053 ("rebase -p: fix quoting when calling `git
merge`"), commit message of the merge commit being rebased is passed to
the merge command using a subshell executing 'git rev-parse --sq-quote'.
Double quotes are needed around this subshell so that, newlines are
kept for the git merge command.