]> granicus.if.org Git - git/commit
Merge branch 'jt/avoid-ls-refs-with-http' into next
authorJunio C Hamano <gitster@pobox.com>
Sat, 7 Sep 2019 16:23:39 +0000 (09:23 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sat, 7 Sep 2019 16:23:39 +0000 (09:23 -0700)
commitc6a4ce50a0d24c7b512b564eacb00d0bf92b22e4
treea8b6ef991a78b51f94d3777f166804deb6c6f6c3
parent076a48aa577600b39498edacb154f31ef1babb9e
parentfddf2ebe388f3a11013c14ebe012dee520caa9ff
Merge branch 'jt/avoid-ls-refs-with-http' into next

The http transport lacked some optimization the native transports
learned to avoid unnecessary ref advertisement, which has been
corrected.

* jt/avoid-ls-refs-with-http:
  transport: teach all vtables to allow fetch first
  transport-helper: skip ls-refs if unnecessary
transport-helper.c
transport.c