On 02/13/2012 04:35 AM, Junio C Hamano wrote:
mhagger@alum.mit.edu writes:
quoted
+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.
quoted
+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@alum.mit.edu
http://softwareswirl.blogspot.com/