]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ps/commit-graph-per-object-source'
authorJunio C Hamano <gitster@pobox.com>
Tue, 14 Oct 2025 05:00:35 +0000 (22:00 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 14 Oct 2025 05:00:35 +0000 (22:00 -0700)
commit47c3e03034dbde74874406d1155e46f86d6bd859
treee00e8de639c3e19c02b9fd2b4e8a3bacccf2ca2a
parentc96add7552f9270e24dab90d005f7fad62dbb3e8
parent62490b6d85882e6a0ba434ab436640e31352ffee
Merge branch 'ps/commit-graph-per-object-source'

Code clean-up around commit-graph.

* ps/commit-graph-per-object-source:
  commit-graph: pass graphs that are to be merged as parameter
  commit-graph: return commit graph from `repo_find_commit_pos_in_graph()`
  commit-graph: return the prepared commit graph from `prepare_commit_graph()`
  revision: drop explicit check for commit graph
  blame: drop explicit check for commit graph
commit-graph.c
revision.c