]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ps/commit-graph-less-paranoid'
authorJunio C Hamano <gitster@pobox.com>
Mon, 18 Dec 2023 22:10:11 +0000 (14:10 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 18 Dec 2023 22:10:11 +0000 (14:10 -0800)
commit66685e85556ad1890d896bc30ba3a7a99bf4dd78
treedcd8551f6104050a57a6a3eca6be3668e083d67e
parent02230b74e8a7c83a7dd57da2e7a299dbb4174f33
parentb1df3b3867e351913887121063cbd69de24e83fc
Merge branch 'ps/commit-graph-less-paranoid'

Earlier we stopped relying on commit-graph that (still) records
information about commits that are lost from the object store,
which has negative performance implications.  The default has been
flipped to disable this pessimization.

* ps/commit-graph-less-paranoid:
  commit-graph: disable GIT_COMMIT_GRAPH_PARANOIA by default
commit-graph.c
t/t5318-commit-graph.sh