On Tue, Oct 31, 2023 at 08:16:09AM +0100, Patrick Steinhardt wrote: > Patrick Steinhardt (2): > commit-graph: introduce envvar to disable commit existence checks > commit: detect commits that exist in commit-graph but not in the ODB > > Documentation/git.txt | 10 +++++++++ > commit-graph.c | 6 +++++- > commit-graph.h | 6 ++++++ > commit.c | 16 +++++++++++++- > t/t5318-commit-graph.sh | 48 +++++++++++++++++++++++++++++++++++++++++ > 5 files changed, 84 insertions(+), 2 deletions(-) > > Range-diff against v2: Thanks, the range-diff here looks exactly as expected. Thanks for working on this, this version LGTM. Thanks, Taylor