]> git.ipfire.org Git - thirdparty/git.git/commit - t/t4013/diff.log_-m_-p_master
Merge branch 'ds/in-merge-bases-many-optim-bug'
authorJunio C Hamano <gitster@pobox.com>
Mon, 5 Oct 2020 21:01:50 +0000 (14:01 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 5 Oct 2020 21:01:50 +0000 (14:01 -0700)
commitc01b041ef08580cfadc288d14068beec84e9a2d3
tree23dc2ebe730083c41501cc43cc22a284d7876fb1
parentab4691b67bc1a2cd8d9068fb03e3fbd6979247d6
parent8791bf18414a37205127e184c04cad53a43aeff1
Merge branch 'ds/in-merge-bases-many-optim-bug'

in_merge_bases_many(), a way to see if a commit is reachable from
any commit in a set of commits, was totally broken when the
commit-graph feature was in use, which has been corrected.

* ds/in-merge-bases-many-optim-bug:
  commit-reach: fix in_merge_bases_many bug