Files
git/commit-graph.h
Junio C Hamano 06037376ee Merge branch 'ps/do-not-trust-commit-graph-blindly-for-existence' into next
The codepath to traverse the commit-graph learned to notice that a
commit is missing (e.g., corrupt repository lost an object), even
though it knows something about the commit (like its parents) from
what is in commit-graph.

Comments?

* ps/do-not-trust-commit-graph-blindly-for-existence:
  commit: detect commits that exist in commit-graph but not in the ODB
  commit-graph: introduce envvar to disable commit existence checks
2023-11-01 14:06:50 +09:00

6.9 KiB