]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'mm/fetch-show-error-message-on-unadvertised-object' into maint
authorJunio C Hamano <gitster@pobox.com>
Tue, 28 Mar 2017 20:52:22 +0000 (13:52 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 28 Mar 2017 20:52:22 +0000 (13:52 -0700)
"git fetch" that requests a commit by object name, when the other
side does not allow such an request, failed without much
explanation.

* mm/fetch-show-error-message-on-unadvertised-object:
  fetch-pack: add specific error for fetching an unadvertised object
  fetch_refs_via_pack: call report_unmatched_refs
  fetch-pack: move code to report unmatched refs to a function

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

diff --cc remote.h
Simple merge
Simple merge
diff --cc transport.c
Simple merge