Hi all,
2012/1/11 SZEDER Gábor [off-list ref]:
As far as I can tell, this buggy behavior is as old as multi-commit
cherry-pick itself, i.e. 7e2bfd3f (revert: allow cherry-picking more
than one commit, 2010-06-02).
Thanks for the very detailed report!
I didn't test nor even compiled anything but maybe this can be fixed
by adding something like:
opts->revs->topo_order = 1;
in parse_args() or in prepare_revs()
I will try to have a look tonight.
Thanks again,
Christian.