From: Junio C Hamano Date: Mon, 10 Sep 2012 22:42:54 +0000 (-0700) Subject: Merge branch 'mz/cherry-pick-cmdline-order' X-Git-Tag: v1.8.0-rc0~84 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c2b927932d90588e7094100b470b9e94bd769afe;p=git.git Merge branch 'mz/cherry-pick-cmdline-order' "git cherry-pick A C B" used to replay changes in A and then B and then C if these three commits had committer timestamps in that order, which is not what the user who said "A C B" naturally expects. * mz/cherry-pick-cmdline-order: cherry-pick/revert: respect order of revisions to pick demonstrate broken 'git cherry-pick three one two' teach log --no-walk=unsorted, which avoids sorting --- c2b927932d90588e7094100b470b9e94bd769afe