Thread (15 messages) flat view 15 messages, 3 authors, 2016-06-15

Re: [PATCH v2 00/12] add --ff option to cherry-pick

From: Paolo Bonzini <hidden>
Date: 2016-06-15 22:48:22

On 03/01/2010 09:20 AM, Johannes Sixt wrote:
Christian Couder schrieb:
quoted
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?
Because the purpose of the series is exactly to replace

   if A^ == HEAD; then
     git merge --ff A   # or git reset --hard A
   else
     git cherry-pick A
   fi

with a single "git cherry-pick --ff A".

An alternative would be the old ff-strategy series which would allow 
something like

   git merge --ff=only A || git cherry-pick A

Paolo
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help