]> git.ipfire.org Git - thirdparty/git.git/blobdiff - repository.h
config.mak.uname: remove unused the NO_R_TO_GCC_LINKER flag
[thirdparty/git.git] / repository.h
index 3c1f7d54bd37a55f6cd1b1ac1f936dc0c17b3dab..bacf843d460d2ff8a28511288055dc12dfbb53c6 100644 (file)
@@ -23,12 +23,14 @@ enum fetch_negotiation_setting {
        FETCH_NEGOTIATION_NONE = 0,
        FETCH_NEGOTIATION_DEFAULT = 1,
        FETCH_NEGOTIATION_SKIPPING = 2,
+       FETCH_NEGOTIATION_NOOP = 3,
 };
 
 struct repo_settings {
        int initialized;
 
        int core_commit_graph;
+       int commit_graph_read_changed_paths;
        int gc_write_commit_graph;
        int fetch_write_commit_graph;