Merge branch 'mz/cherry-pick-cmdline-order'
commitc2b927932d90588e7094100b470b9e94bd769afe
authorJunio C Hamano <gitster@pobox.com>
Mon, 10 Sep 2012 22:42:54 +0000 (10 15:42 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 10 Sep 2012 22:42:55 +0000 (10 15:42 -0700)
treeca85ef0330ea4906103141855f79914710b52463
parent1c0712dea8fd927faa49fe494f507d18f0d41264
parenta73e22e96350c9bcb5c0e31e0298ce67bec0a527
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
Documentation/rev-list-options.txt
builtin/log.c
builtin/revert.c
revision.c
revision.h
sequencer.c
t/t4202-log.sh