]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ps/commit-graph-less-paranoid' into maint-2.43
authorJunio C Hamano <gitster@pobox.com>
Fri, 9 Feb 2024 00:22:01 +0000 (16:22 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 9 Feb 2024 00:22:01 +0000 (16:22 -0800)
commit50b8f513a2e9bb33b5279cbac76c545e84a29c5a
treeb1cde539f49509319015762e95bd953ddec7fc25
parentf8e2ad965a4855126cb66edc5fa488d8d90b4c0b
parentb1df3b3867e351913887121063cbd69de24e83fc
Merge branch 'ps/commit-graph-less-paranoid' into maint-2.43

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