]> git.ipfire.org Git - thirdparty/git.git/blobdiff - cache.h
Merge branch 'jk/leakfix'
[thirdparty/git.git] / cache.h
diff --git a/cache.h b/cache.h
index 1dcf46259578f6541ca8eb5db85f8ac78d538a32..4cad61ffa4eecf4e793971a4009d199f7c2f3a50 100644 (file)
--- a/cache.h
+++ b/cache.h
@@ -1044,6 +1044,7 @@ struct repository_format {
        int hash_algo;
        char *work_tree;
        struct string_list unknown_extensions;
+       struct string_list v1_only_extensions;
 };
 
 /*
@@ -1057,6 +1058,7 @@ struct repository_format {
        .is_bare = -1, \
        .hash_algo = GIT_HASH_SHA1, \
        .unknown_extensions = STRING_LIST_INIT_DUP, \
+       .v1_only_extensions = STRING_LIST_INIT_DUP, \
 }
 
 /*