Re: [PATCH] rebase -p: fix incorrect commit message when calling `git merge`.

2018-02-09 Thread Johannes Schindelin
Hi, On Thu, 8 Feb 2018, gregory.herr...@oracle.com wrote: > From: Gregory Herrero > > 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

Re: [PATCH] rebase -p: fix incorrect commit message when calling `git merge`.

2018-02-08 Thread Junio C Hamano
gregory.herr...@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