summaryrefslogtreecommitdiff
path: root/src/repository.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/repository.h')
-rw-r--r--src/repository.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/repository.h b/src/repository.h
index cc2f8c2b8..873498de0 100644
--- a/src/repository.h
+++ b/src/repository.h
@@ -83,6 +83,7 @@ struct git_repository {
git_refdb *_refdb;
git_config *_config;
git_index *_index;
+ git_mutex lock;
git_cache objects;
git_attr_cache attrcache;