Merge branch 'jt/avoid-lazy-fetching-upon-have-check' into master
commit37f382a924f2cb658f7b61036b2fc9fe1314d3a6
authorJunio C Hamano <gitster@pobox.com>
Thu, 30 Jul 2020 20:20:32 +0000 (30 13:20 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 30 Jul 2020 20:20:33 +0000 (30 13:20 -0700)
tree9d63c38338446333e75cde7320c2bfce26ee0b99
parente163cff400ee2d68f17db8e9f344492f445d8e2d
parent77aa0941ce8ac2dc0027f85e0c79632034cd47f0
Merge branch 'jt/avoid-lazy-fetching-upon-have-check' into master

Fetching from a lazily cloned repository resulted at the server
side in attempts to lazy fetch objects that the client side has,
many of which will not be available from the third-party anyway.

* jt/avoid-lazy-fetching-upon-have-check:
  upload-pack: do not lazy-fetch "have" objects