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/just_mr/main.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/other_tools/just_mr/main.cpp') diff --git a/src/other_tools/just_mr/main.cpp b/src/other_tools/just_mr/main.cpp index 3c8e5d57..b4a7b554 100644 --- a/src/other_tools/just_mr/main.cpp +++ b/src/other_tools/just_mr/main.cpp @@ -1155,6 +1155,7 @@ void DefaultReachableRepositories( arguments.common.jobs); auto content_git_map = CreateContentGitMap(&content_cas_map, &import_to_git_map, + &resolve_symlinks_map, &critical_git_op_map, arguments.common.jobs); auto fpath_git_map = CreateFilePathGitMap(arguments.just_cmd.subcmd_name, -- cgit v1.2.3