Re: [BUG] multi-commit cherry-pick messes up the order of commits
From: Jonathan Nieder <hidden> Date: 2016-06-15 22:52:47
Jeff King wrote:
I agree it would be nice to make:
git cherry-pick commit1 commit3 commit2
work in the order specified, but how does that interact with existing
cases that provide more traditional revision arguments?
Yes, exactly. Another question: what should
git cherry-pick master..next maint..master
do?