]> git.ipfire.org Git - thirdparty/git.git/blobdiff - repository.h
refs: print error message in debug output
[thirdparty/git.git] / repository.h
index a057653981c7e8021a81ce1e5c59a872aaa9d51e..98f95834706eb9b3ab93bf6d9eb34edacaed4ce9 100644 (file)
@@ -11,6 +11,7 @@ struct pathspec;
 struct raw_object_store;
 struct submodule_cache;
 struct promisor_remote_config;
+struct remote_state;
 
 enum untracked_cache_setting {
        UNTRACKED_CACHE_KEEP,
@@ -127,6 +128,9 @@ struct repository {
         */
        struct index_state *index;
 
+       /* Repository's remotes and associated structures. */
+       struct remote_state *remote_state;
+
        /* Repository's current hash algorithm, as serialized on disk. */
        const struct git_hash_algo *hash_algo;