Re: [PATCH] Use commit template when cherry picking
From: Junio C Hamano <hidden>
Date: 2016-06-15 22:44:04
Johannes Schindelin [off-list ref] writes:
I would do a combination of "cherry-pick -n", "cat-file commit <commit> | sed '1,/^$/d'" and "commit -F" or "commit -f".
Doesn't cherry-pick have -e switch to allow you further edit the message?