Merge branch 'jt/upload-pack-error-report'
commita729e4671a2a117143cc1b4041a8b47699293b95
authorJunio C Hamano <gitster@pobox.com>
Fri, 10 Mar 2017 21:24:21 +0000 (10 13:24 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 10 Mar 2017 21:24:21 +0000 (10 13:24 -0800)
tree3fa44020eeb7f93ceed0cccf62cc6d688982f63c
parent066c38ca17efcacc363f5a8973cc3a118defda5a
parentbdb31eada76fd27d18e981c3b40889297fa889c6
Merge branch 'jt/upload-pack-error-report'

"git upload-pack", which is a counter-part of "git fetch", did not
report a request for a ref that was not advertised as invalid.
This is generally not a problem (because "git fetch" will stop
before making such a request), but is the right thing to do.

* jt/upload-pack-error-report:
  upload-pack: report "not our ref" to client