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/root_maps/content_git_map.hpp | |
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/root_maps/content_git_map.hpp')
-rw-r--r-- | src/other_tools/root_maps/content_git_map.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/other_tools/root_maps/content_git_map.hpp b/src/other_tools/root_maps/content_git_map.hpp index db0950f0..c5b02454 100644 --- a/src/other_tools/root_maps/content_git_map.hpp +++ b/src/other_tools/root_maps/content_git_map.hpp @@ -31,6 +31,7 @@ using ContentGitMap = gsl::not_null<ImportToGitMap*> const& import_to_git_map, gsl::not_null<ResolveSymlinksMap*> const& resolve_symlinks_map, gsl::not_null<CriticalGitOpMap*> const& critical_git_op_map, + bool fetch_absent, std::size_t jobs) -> ContentGitMap; #endif // INCLUDED_SRC_OTHER_TOOLS_ROOT_MAPS_CONTENT_GIT_MAP_HPP |