]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'hx/lookup-commit-in-graph-fix' into maint
authorJunio C Hamano <gitster@pobox.com>
Thu, 11 Aug 2022 04:52:32 +0000 (21:52 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 11 Aug 2022 04:52:32 +0000 (21:52 -0700)
commit312d5b7429508cc339ae66e9d618b4308dd1d1e8
treeb435b8a84823be04082205c660942cecd9f102b5
parenta6aeb2fef9850e05c51e36a8c05b019e2954b2ef
parentcb88b37cb9f711f702ea3d1ec3226db44081b454
Merge branch 'hx/lookup-commit-in-graph-fix' into maint

A corner case bug where lazily fetching objects from a promisor
remote resulted in infinite recursion has been corrected.
source: <cover.1656593279.git.hanxin.hx@bytedance.com>

* 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