]> git.ipfire.org Git - thirdparty/git.git/blobdiff - repository.h
refs: introduce reftable backend
[thirdparty/git.git] / repository.h
index 7a250a6605cc8e5a3ae661584122bf1f90f16747..1645cef518f4085ae31c5b8da3fd490ddac93f1c 100644 (file)
@@ -24,8 +24,9 @@ enum fetch_negotiation_setting {
        FETCH_NEGOTIATION_NOOP,
 };
 
-#define REF_STORAGE_FORMAT_UNKNOWN 0
-#define REF_STORAGE_FORMAT_FILES   1
+#define REF_STORAGE_FORMAT_UNKNOWN  0
+#define REF_STORAGE_FORMAT_FILES    1
+#define REF_STORAGE_FORMAT_REFTABLE 2
 
 struct repo_settings {
        int initialized;