]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jk/upload-pack-use-prio-queue'
authorJunio C Hamano <gitster@pobox.com>
Wed, 26 Oct 2016 20:14:46 +0000 (13:14 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 26 Oct 2016 20:14:46 +0000 (13:14 -0700)
commit03513c89907ffffa74fd7c03b3b0e252786ecc4c
tree30204e0981b61bd0b8f7de8d69022b3eacfef2ca
parent5b941872d6003976ba4a1adc92bbc4de774661a8
parent5411b10cef90377afc584fc2562f26ac051fc357
Merge branch 'jk/upload-pack-use-prio-queue'

Code clean-up and performance improvement to reduce use of
timestamp-ordered commit-list by replacing it with a priority
queue.

* jk/upload-pack-use-prio-queue:
  upload-pack: use priority queue in reachable() check