Merge branch 'jk/fetch-pack' into maint
commit591a1daa7cdfd40ce76d0afcca05a7a648e73f3d
authorJunio C Hamano <gitster@pobox.com>
Sat, 28 Mar 2015 16:33:08 +0000 (28 09:33 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sat, 28 Mar 2015 16:33:08 +0000 (28 09:33 -0700)
tree3a7233ef14b8c784526b2b2c497ae1ede1ac1ae7
parent07e3f27f48372664f935d250139f52a7a1364e9e
parent32d0462f8da9cc4e26ca1e785098e2ae1bee4d02
Merge branch 'jk/fetch-pack' into maint

"git fetch" that fetches a commit using the allow-tip-sha1-in-want
extension could have failed to fetch all the requested refs.

* jk/fetch-pack:
  fetch-pack: remove dead assignment to ref->new_sha1
  fetch_refs_via_pack: free extra copy of refs
  filter_ref: make a copy of extra "sought" entries
  filter_ref: avoid overwriting ref->old_sha1 with garbage
t/t5516-fetch-push.sh
transport.c