From cd7c3224480b0a8e9c93f22c10caea8fb987be07 Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Fri, 22 Sep 2023 17:19:33 +0200 Subject: content git map: Move handling of --fetch-absent flag from checkout to the map itself --- src/other_tools/just_mr/setup.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/other_tools/just_mr/setup.cpp') diff --git a/src/other_tools/just_mr/setup.cpp b/src/other_tools/just_mr/setup.cpp index 5fb5512f..b98fbc25 100644 --- a/src/other_tools/just_mr/setup.cpp +++ b/src/other_tools/just_mr/setup.cpp @@ -130,6 +130,7 @@ auto MultiRepoSetup(std::shared_ptr const& config, &import_to_git_map, &resolve_symlinks_map, &critical_git_op_map, + common_args.fetch_absent, common_args.jobs); auto fpath_git_map = CreateFilePathGitMap(just_cmd_args.subcmd_name, &critical_git_op_map, -- cgit v1.2.3