Merge branch 'jk/fetch-pack'
commit2f6ef7138790d80c43024b132b15ad06daacf266
authorJunio C Hamano <gitster@pobox.com>
Wed, 25 Mar 2015 19:54:25 +0000 (25 12:54 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 25 Mar 2015 19:54:25 +0000 (25 12:54 -0700)
tree3f7c9b2099a4c12051c4c94b6b36587b39433dab
parent927936d75391a81250543c928fed620a2af98464
parent32d0462f8da9cc4e26ca1e785098e2ae1bee4d02
Merge branch 'jk/fetch-pack'

"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