From 1a2b1958e3570964f1e9666750f9652c63f4c7f8 Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Tue, 5 Dec 2023 12:58:00 +0100 Subject: just-mr setup: Allow --fetch-absent also for 'git tree' repositories --- src/other_tools/just_mr/setup.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (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 4f4b6b11..d09f699f 100644 --- a/src/other_tools/just_mr/setup.cpp +++ b/src/other_tools/just_mr/setup.cpp @@ -162,8 +162,8 @@ auto MultiRepoSetup(std::shared_ptr const& config, &import_to_git_map, &critical_git_op_map, common_args.jobs); - auto tree_id_git_map = - CreateTreeIdGitMap(&git_tree_fetch_map, common_args.jobs); + auto tree_id_git_map = CreateTreeIdGitMap( + &git_tree_fetch_map, common_args.fetch_absent, common_args.jobs); auto repos_to_setup_map = CreateReposToSetupMap(config, main, interactive, -- cgit v1.2.3