Re: [PATCH v2 1/2] commit-graph: bump DIE_ON_LOAD check to actual load-time

2019-09-12 Thread Derrick Stolee
On 9/12/2019 10:44 AM, Jeff King wrote: > Commit 43d3561805 (commit-graph write: don't die if the existing graph > is corrupt, 2019-03-25) added an environment variable we use only in the > test suite, $GIT_TEST_COMMIT_GRAPH_DIE_ON_LOAD. But it put the check for > this variable at the very top of p

[PATCH v2 1/2] commit-graph: bump DIE_ON_LOAD check to actual load-time

2019-09-12 Thread Jeff King
Commit 43d3561805 (commit-graph write: don't die if the existing graph is corrupt, 2019-03-25) added an environment variable we use only in the test suite, $GIT_TEST_COMMIT_GRAPH_DIE_ON_LOAD. But it put the check for this variable at the very top of prepare_commit_graph(), which is called every tim