Re: cherry-pick merge commit with log message populated

2019-08-02 Thread Mateusz Loskot
On 19-08-01 13:24:00, Junio C Hamano wrote: Mateusz Loskot writes: Is there any other way, without remembering to `git merge` with `--log`? "git config merge.log true"? That's sweet! Thank you Best regards, -- Mateusz Loskot, http://mateusz.loskot.net Fingerprint=C081 EA1B 4AFB 7C19 38BA

Re: cherry-pick merge commit with log message populated

2019-08-01 Thread Junio C Hamano
Mateusz Loskot writes: > Is there any other way, without remembering to `git merge` with `--log`? "git config merge.log true"?

cherry-pick merge commit with log message populated

2019-08-01 Thread Mateusz Loskot
Hi, When cherry-picking a merge with `cherry-pick -x -m 1 `, is it possible to populate the log message with (short) log of all commits that have been merged by the merge commit ? The only workaround to copy the log messages along with cherry-picked changes is to always merge copying all log mess