On Tuesday 29 June 2010 03:31:31 newren@xxxxxxxxx wrote: > From: Elijah Newren <newren@xxxxxxxxx> > > Test #8 of t3508-cherry-pick-many-commits.sh has been fixed since > 3af0bba8bff88ec1b078aae966a59af26c7a0718. > > Signed-off-by: Elijah Newren <newren@xxxxxxxxx> > --- > t/t3508-cherry-pick-many-commits.sh | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/t/t3508-cherry-pick-many-commits.sh > b/t/t3508-cherry-pick-many-commits.sh index 93d7189..f90ed3d 100755 > --- a/t/t3508-cherry-pick-many-commits.sh > +++ b/t/t3508-cherry-pick-many-commits.sh > @@ -82,7 +82,7 @@ test_expect_success 'revert fourth fourth~1 fourth~2 > works' ' git diff --quiet HEAD first > ' > > -test_expect_failure 'cherry-pick -3 fourth works' ' > +test_expect_success 'cherry-pick -3 fourth works' ' > git checkout -f master && > git reset --hard first && > test_tick && I tried to put this hunk in the following patch: http://thread.gmane.org/gmane.comp.version-control.git/149156/ but Junio said in a private mail that the test did not pass for him so he dropped this hunk. By the way it looks like the third patch in the series has been lost: http://thread.gmane.org/gmane.comp.version-control.git/149157 Thanks, Christian. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html