Revert "Merge branch 'kn/rev-list-missing-fix' into next"

This reverts commit 539495ec89, reversing
changes made to ea05f2083d.
This commit is contained in:
Junio C Hamano
2023-11-01 12:03:37 +09:00
parent fd14d11e2b
commit 300a46167d
11 changed files with 58 additions and 238 deletions

View File

@ -8,12 +8,6 @@
#define GIT_TEST_COMMIT_GRAPH_DIE_ON_PARSE "GIT_TEST_COMMIT_GRAPH_DIE_ON_PARSE"
#define GIT_TEST_COMMIT_GRAPH_CHANGED_PATHS "GIT_TEST_COMMIT_GRAPH_CHANGED_PATHS"
/*
* This environment variable controls whether commits looked up via the
* commit graph will be double checked to exist in the object database.
*/
#define GIT_COMMIT_GRAPH_PARANOIA "GIT_COMMIT_GRAPH_PARANOIA"
/*
* This method is only used to enhance coverage of the commit-graph
* feature in the test suite with the GIT_TEST_COMMIT_GRAPH and