On 02/13/2012 04:35 AM, Junio C Hamano wrote: > mhagger@xxxxxxxxxxxx writes: > >> +test_expect_success 'prepare branched repository' ' >> + git clone A J && >> + ( >> + cd J && >> + git checkout -b other master^ && >> + echo other > otherfile && > > s/ > / >/; but that is nothing I cannot fix locally. > >> +test_expect_failure 'fetch with incomplete alternates' ' > > I am assuming that this "incomplete" means "this alternate helps reducing > the number of objects we need to fetch from the remote, but it does not > have everything objects we need, and we still need to fetch some from the > remote". Am I correct? Correct. Feel free to improve the description if you can think of a better way to describe it. Michael -- Michael Haggerty mhagger@xxxxxxxxxxxx http://softwareswirl.blogspot.com/ -- 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