From d95d2f9f79da0843593d68ad6d02abe520dcfbad Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Wed, 19 Jul 2023 16:23:23 +0200 Subject: just-mr maps: Add logic for resolving symlinks in archive repositories --- src/other_tools/root_maps/content_git_map.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/other_tools/root_maps/content_git_map.hpp') diff --git a/src/other_tools/root_maps/content_git_map.hpp b/src/other_tools/root_maps/content_git_map.hpp index d2aeb22d..6eed8448 100644 --- a/src/other_tools/root_maps/content_git_map.hpp +++ b/src/other_tools/root_maps/content_git_map.hpp @@ -19,15 +19,17 @@ #include "src/other_tools/ops_maps/content_cas_map.hpp" #include "src/other_tools/ops_maps/import_to_git_map.hpp" +#include "src/other_tools/symlinks_map/resolve_symlinks_map.hpp" /// \brief Maps the content of an archive to the resulting Git tree WS root, -/// togehter with the information whether it was a cache hit. +/// together with the information whether it was a cache hit. using ContentGitMap = AsyncMapConsumer>; [[nodiscard]] auto CreateContentGitMap( gsl::not_null const& content_cas_map, gsl::not_null const& import_to_git_map, + gsl::not_null const& resolve_symlinks_map, gsl::not_null const& critical_git_op_map, std::size_t jobs) -> ContentGitMap; -- cgit v1.2.3