]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ds/merge-base-is-ancestor-optim'
authorJunio C Hamano <gitster@pobox.com>
Thu, 25 Jun 2020 19:27:47 +0000 (12:27 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 25 Jun 2020 19:27:47 +0000 (12:27 -0700)
commitdc4b3cfb92c82d5516955d8db642ec4e6bc4671b
tree73030a4d78788de46b914a1070c0a487b43b48e8
parent7b2685ef2d637de333765f5406d36799894c9a38
parent80b8ada54756e972b01d20b98a388fbbc3a2fe58
Merge branch 'ds/merge-base-is-ancestor-optim'

"git merge-base --is-ancestor" is taught to take advantage of the
commit graph.

* ds/merge-base-is-ancestor-optim:
  commit-reach: use fast logic in repo_in_merge_base
  commit-reach: create repo_is_descendant_of()