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/root_maps/content_git_map.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/other_tools/root_maps/content_git_map.hpp') 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 const& import_to_git_map, gsl::not_null const& resolve_symlinks_map, gsl::not_null const& critical_git_op_map, + bool fetch_absent, std::size_t jobs) -> ContentGitMap; #endif // INCLUDED_SRC_OTHER_TOOLS_ROOT_MAPS_CONTENT_GIT_MAP_HPP -- cgit v1.2.3