]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jt/avoid-ls-refs-with-http'
authorJunio C Hamano <gitster@pobox.com>
Wed, 18 Sep 2019 18:50:10 +0000 (11:50 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 18 Sep 2019 18:50:10 +0000 (11:50 -0700)
commitf67bf53300ac7bd57a593a3ec2338050ea8343f1
tree7ac1de9cf0721a943487ca41eac96d926623a124
parent627b82683447e299fc2e20140318c276efbf7de2
parentfddf2ebe388f3a11013c14ebe012dee520caa9ff
Merge branch 'jt/avoid-ls-refs-with-http'

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