diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-09-22 17:19:33 +0200 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-11-02 12:06:50 +0100 |
commit | cd7c3224480b0a8e9c93f22c10caea8fb987be07 (patch) | |
tree | 7dd1e711fb83082503e38388cfd9ff96a3b393d9 /src/other_tools/just_mr/setup.cpp | |
parent | c8724482c2f06d88947f83a16935445b7561afd1 (diff) | |
download | justbuild-cd7c3224480b0a8e9c93f22c10caea8fb987be07.tar.gz |
content git map: Move handling of --fetch-absent flag from checkout to the map itself
Diffstat (limited to 'src/other_tools/just_mr/setup.cpp')
-rw-r--r-- | src/other_tools/just_mr/setup.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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<Configuration> 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, |