summaryrefslogtreecommitdiff
path: root/src/buildtool/file_system/git_repo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildtool/file_system/git_repo.cpp')
-rw-r--r--src/buildtool/file_system/git_repo.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/buildtool/file_system/git_repo.cpp b/src/buildtool/file_system/git_repo.cpp
index 481c0461..4d5dfcb9 100644
--- a/src/buildtool/file_system/git_repo.cpp
+++ b/src/buildtool/file_system/git_repo.cpp
@@ -205,8 +205,8 @@ std::unordered_set<git_filemode_t> const kNonSpecialGitFileModes{
struct InMemoryODBBackend {
git_odb_backend parent;
- GitRepo::tree_entries_t const* entries{nullptr}; // object headers
- std::unordered_map<std::string, std::string> trees{}; // solid tree objects
+ GitRepo::tree_entries_t const* entries{nullptr}; // object headers
+ std::unordered_map<std::string, std::string> trees; // solid tree objects
};
[[nodiscard]] auto backend_read_header(size_t* len_p,