Re: [PATCH v2 2/3] demonstrate broken 'git cherry-pick three one two'

2012-08-30 Thread Junio C Hamano
Martin von Zweigbergk writes: > Cherry-picking commits out of order (w.r.t. commit time stamp) doesn't > currently work. Add a test case to demonstrate it. > > Signed-off-by: Martin von Zweigbergk > --- > t/t3508-cherry-pick-many-commits.sh | 15 +++ > 1 file changed, 15 insertions(

[PATCH v2 2/3] demonstrate broken 'git cherry-pick three one two'

2012-08-28 Thread Martin von Zweigbergk
Cherry-picking commits out of order (w.r.t. commit time stamp) doesn't currently work. Add a test case to demonstrate it. Signed-off-by: Martin von Zweigbergk --- t/t3508-cherry-pick-many-commits.sh | 15 +++ 1 file changed, 15 insertions(+) diff --git a/t/t3508-cherry-pick-many-com