Code

git-fetch-script: fix http:// breakage
authorLinus Torvalds <torvalds@g5.osdl.org>
Sat, 16 Jul 2005 17:31:38 +0000 (10:31 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sat, 16 Jul 2005 17:31:38 +0000 (10:31 -0700)
commit9c2b1c0cd89d8cc8a3882e85c6b6535f282bf59f
treedafa75baaadeb0ae39f91d72b332a2cd01cd2f7c
parent60ea0fdd7de001405fcc7591beb18a66a1f0dd09
git-fetch-script: fix http:// breakage

We were trying to fetch using the merge-head name rather than the
merge-head SHA1 that we just got.

Now, http:// is broken anyway right now for packing, but this should
make it work for nonpacked repositories again.
git-fetch-script