]> git.ipfire.org Git - thirdparty/git.git/blobdiff - cache.h
Merge branch 'rs/pull-leakfix'
[thirdparty/git.git] / cache.h
diff --git a/cache.h b/cache.h
index 0f0485ecfe2cd9a2270cffcec3552e901658539a..e5885cc9ead57a4eba10ad5263f58b94439feb85 100644 (file)
--- a/cache.h
+++ b/cache.h
@@ -1042,6 +1042,7 @@ struct repository_format {
        int worktree_config;
        int is_bare;
        int hash_algo;
+       int has_extensions;
        char *work_tree;
        struct string_list unknown_extensions;
 };