]> granicus.if.org Git - git/commitdiff
Merge branch 'jk/fetch-pack'
authorJunio C Hamano <gitster@pobox.com>
Wed, 25 Mar 2015 19:54:25 +0000 (12:54 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 25 Mar 2015 19:54:25 +0000 (12:54 -0700)
"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

1  2 
t/t5516-fetch-push.sh
transport.c

Simple merge
diff --cc transport.c
Simple merge