summaryrefslogtreecommitdiff
path: root/src/buildtool/file_system/git_cas.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildtool/file_system/git_cas.cpp')
-rw-r--r--src/buildtool/file_system/git_cas.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/buildtool/file_system/git_cas.cpp b/src/buildtool/file_system/git_cas.cpp
index 081d080f..f134a894 100644
--- a/src/buildtool/file_system/git_cas.cpp
+++ b/src/buildtool/file_system/git_cas.cpp
@@ -49,6 +49,10 @@ namespace {
#endif // BOOTSTRAP_BUILD_TOOL
+GitCAS::GitCAS() noexcept {
+ GitContext::Create();
+}
+
auto GitCAS::Open(std::filesystem::path const& repo_path) noexcept
-> GitCASPtr {
#ifndef BOOTSTRAP_BUILD_TOOL