Revert "Merge branch 'jt/path-filter-fix' into next"
This reverts commitd99958c287
, reversing changes made to996db74865
.
This commit is contained in:
@ -19,7 +19,7 @@ int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size)
|
||||
* possible.
|
||||
*/
|
||||
the_repository->settings.commit_graph_generation_version = 2;
|
||||
the_repository->settings.commit_graph_changed_paths_version = 1;
|
||||
the_repository->settings.commit_graph_read_changed_paths = 1;
|
||||
g = parse_commit_graph(&the_repository->settings, (void *)data, size);
|
||||
repo_clear(the_repository);
|
||||
free_commit_graph(g);
|
||||
|
Reference in New Issue
Block a user