Merge branch 'jt/upload-pack-error-report'
authorJunio C Hamano <gitster@pobox.com>
Fri, 10 Mar 2017 21:24:21 +0000 (13:24 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 10 Mar 2017 21:24:21 +0000 (13:24 -0800)
"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

Trivial merge