From c7cad41329bec5439196be119a2d31626be4e9fe Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Wed, 19 Jul 2023 15:14:29 +0200 Subject: just-mr maps: Add logic for resolving symlinks in file repositories --- src/other_tools/root_maps/fpath_git_map.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/other_tools/root_maps/fpath_git_map.hpp') diff --git a/src/other_tools/root_maps/fpath_git_map.hpp b/src/other_tools/root_maps/fpath_git_map.hpp index 25721c19..39cae653 100644 --- a/src/other_tools/root_maps/fpath_git_map.hpp +++ b/src/other_tools/root_maps/fpath_git_map.hpp @@ -18,6 +18,7 @@ #include "nlohmann/json.hpp" #include "src/other_tools/just_mr/utils.hpp" #include "src/other_tools/ops_maps/import_to_git_map.hpp" +#include "src/other_tools/symlinks_map/resolve_symlinks_map.hpp" #include "src/utils/cpp/hash_combine.hpp" #include "src/utils/cpp/path_hash.hpp" @@ -39,6 +40,7 @@ using FilePathGitMap = AsyncMapConsumer; std::optional const& current_subcmd, gsl::not_null const& critical_git_op_map, gsl::not_null const& import_to_git_map, + gsl::not_null const& resolve_symlinks_map, std::size_t jobs) -> FilePathGitMap; namespace std { -- cgit v1.2.3