]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ew/http-walker'
authorJunio C Hamano <gitster@pobox.com>
Wed, 3 Aug 2016 22:10:24 +0000 (15:10 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 3 Aug 2016 22:10:24 +0000 (15:10 -0700)
commit4067a45438282fe967779fcbc5c3513d2cbb5913
tree9dd3719c28232c4e89aca257ba484e56992174bb
parent6395499a68d28f7211e9b4f6d9b2482c7b1681d6
parentecba19531ac68586b4e06f6cc40e92447091bc28
Merge branch 'ew/http-walker'

Dumb http transport on the client side has been optimized.

* ew/http-walker:
  list: avoid incompatibility with *BSD sys/queue.h
  http-walker: reduce O(n) ops with doubly-linked list
  http: avoid disconnecting on 404s for loose objects
  http-walker: remove unused parameter from fetch_object
http.c