]> git.ipfire.org Git - thirdparty/git.git/blobdiff - repository.h
config: let feature.experimental imply gc.cruftPacks=true
[thirdparty/git.git] / repository.h
index 797f471cce9a5501ead146933d71f33bd45827e4..f235622a927fc4e471138fc60d682bf972480eb6 100644 (file)
@@ -33,6 +33,7 @@ struct repo_settings {
        int commit_graph_generation_version;
        int commit_graph_read_changed_paths;
        int gc_write_commit_graph;
+       int gc_cruft_packs;
        int fetch_write_commit_graph;
        int command_requires_full_index;
        int sparse_index;