]> git.ipfire.org Git - thirdparty/git.git/blobdiff - repository.h
repository: move 'repository_format_worktree_config' to repo scope
[thirdparty/git.git] / repository.h
index 1a13ff28677ec0db952971c48ef725347c34bda0..74ae26635a4983b4a3c78ed4ea2f4f92b04767c2 100644 (file)
@@ -163,6 +163,7 @@ struct repository {
        struct promisor_remote_config *promisor_remote_config;
 
        /* Configurations */
+       int repository_format_worktree_config;
 
        /* Indicate if a repository has a different 'commondir' from 'gitdir' */
        unsigned different_commondir:1;