We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 908b802 commit 83c83d7Copy full SHA for 83c83d7
src/libfetchers/git-utils.cc
@@ -1279,7 +1279,7 @@ ref<GitRepo> getTarballCache()
1279
1280
GitRepo::WorkdirInfo GitRepo::getCachedWorkdirInfo(const std::filesystem::path & path)
1281
{
1282
- static Sync<std::unordered_map<std::filesystem::path, WorkdirInfo>> _cache;
+ static Sync<std::map<std::filesystem::path, WorkdirInfo>> _cache;
1283
1284
auto cache(_cache.lock());
1285
auto i = cache->find(path);
0 commit comments