Merge branch 'jt/upload-pack-error-report' into next
authorJunio C Hamano <gitster@pobox.com>
Wed, 1 Mar 2017 22:19:48 +0000 (14:19 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 1 Mar 2017 22:19:48 +0000 (14:19 -0800)
commitaea583dbe5597bf1f530526eba9dbd508011f98d
tree96fb5cc38f449c52d48d90de61ce5999feab05cb
parentff80031ce6a84ddb1c57fa2f6717b2a08563493f
parentbdb31eada76fd27d18e981c3b40889297fa889c6
Merge branch 'jt/upload-pack-error-report' into next

"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