Merge branch 'jt/upload-pack-error-report' into maint
commitf4470f2db0b15ae14408dcb3b5365aac550ef41e
authorJunio C Hamano <gitster@pobox.com>
Tue, 21 Mar 2017 22:03:27 +0000 (21 15:03 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 21 Mar 2017 22:03:27 +0000 (21 15:03 -0700)
tree93c705200b7a01d05701a3ba12fc218076cbcf8f
parente36e28e6971e9b9975d46485dfbfa5cc3fbd41ed
parentbdb31eada76fd27d18e981c3b40889297fa889c6
Merge branch 'jt/upload-pack-error-report' into maint

"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