]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jt/avoid-lazy-fetching-upon-have-check' into master
authorJunio C Hamano <gitster@pobox.com>
Thu, 30 Jul 2020 20:20:32 +0000 (13:20 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 30 Jul 2020 20:20:33 +0000 (13:20 -0700)
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


Trivial merge