]> git.ipfire.org Git - thirdparty/git.git/blobdiff - repository.h
remote-mediawiki tests: use test_cmp in tests
[thirdparty/git.git] / repository.h
index 3c1f7d54bd37a55f6cd1b1ac1f936dc0c17b3dab..628c8343672dbcbbb6b36f732a6d225c726546e0 100644 (file)
@@ -23,6 +23,7 @@ enum fetch_negotiation_setting {
        FETCH_NEGOTIATION_NONE = 0,
        FETCH_NEGOTIATION_DEFAULT = 1,
        FETCH_NEGOTIATION_SKIPPING = 2,
+       FETCH_NEGOTIATION_NOOP = 3,
 };
 
 struct repo_settings {