[PATCH 4/4] cherry-pick/revert: default to topological sorting

2012-08-13 Thread y
From: Martin von Zweigbergk martin.von.zweigbe...@gmail.com When 'git cherry-pick' and 'git revert' are used with ranges such as 'git cherry-pick A..B', the order of the commits to pick are determined by the default date-based sorting. If a commit has a commit date before the commit date of its

Re: [PATCH 4/4] cherry-pick/revert: default to topological sorting

2012-08-13 Thread Junio C Hamano
y...@google.com writes: From: Martin von Zweigbergk martin.von.zweigbe...@gmail.com When 'git cherry-pick' and 'git revert' are used with ranges such as 'git cherry-pick A..B', the order of the commits to pick are determined by the default date-based sorting. If a commit has a commit date

Re: [PATCH 4/4] cherry-pick/revert: default to topological sorting

2012-08-13 Thread Junio C Hamano
Junio C Hamano gits...@pobox.com writes: y...@google.com writes: From: Martin von Zweigbergk martin.von.zweigbe...@gmail.com When 'git cherry-pick' and 'git revert' are used with ranges such as 'git cherry-pick A..B', the order of the commits to pick are determined by the default