Re: [PATCH v2 00/12] add --ff option to cherry-pick
From: Johannes Sixt <hidden> Date: 2016-06-15 22:48:22
Christian Couder schrieb:
The goal of this patch series is to make it possible for "git cherry-pick"
to fast forward instead of creating a new commit if the cherry picked commit
has the same parent as the one we are cherry-picking on.
Why don't you just divert to 'git merge --ff' in this case?
-- Hannes
(PS: Please _do_not_ Cc me if/when you resend this series.)