]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ps/connectivity-optim'
authorJunio C Hamano <gitster@pobox.com>
Fri, 3 Sep 2021 20:49:27 +0000 (13:49 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 3 Sep 2021 20:49:27 +0000 (13:49 -0700)
The revision traversal API has been optimized by taking advantage
of the commit-graph, when available, to determine if a commit is
reachable from any of the existing refs.

* ps/connectivity-optim:
  revision: avoid hitting packfiles when commits are in commit-graph
  commit-graph: split out function to search commit position
  revision: stop retrieving reference twice
  connected: do not sort input revisions
  revision: separate walk and unsorted flags


Trivial merge