]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'hx/lookup-commit-in-graph-fix'
authorJunio C Hamano <gitster@pobox.com>
Tue, 19 Jul 2022 23:40:16 +0000 (16:40 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 19 Jul 2022 23:40:16 +0000 (16:40 -0700)
commit99c0d94eaa81e3579121c539e0ca37483dbab51e
tree62edf1b86691d95437c83972527ca6b6971abaa0
parent418aef9055c3ca85ae6439e7e76c91558f04d94b
parentcb88b37cb9f711f702ea3d1ec3226db44081b454
Merge branch 'hx/lookup-commit-in-graph-fix'

A corner case bug where lazily fetching objects from a promisor
remote resulted in infinite recursion has been corrected.

* hx/lookup-commit-in-graph-fix:
  t5330: remove run_with_limited_processses()
  commit-graph.c: no lazy fetch in lookup_commit_in_graph()
commit-graph.c