From 617fad94f3ea4566ad4124d2a3731d633bd84b9d Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Wed, 24 Jan 2024 09:55:31 +0100 Subject: just-mr: in to_git warning, report actual tool names ... instead of some hard-coded strings, as that can be confusing when the tool is packaged under a different name. --- src/other_tools/root_maps/fpath_git_map.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/other_tools/root_maps/fpath_git_map.hpp') diff --git a/src/other_tools/root_maps/fpath_git_map.hpp b/src/other_tools/root_maps/fpath_git_map.hpp index 556ff61a..4dbe204f 100644 --- a/src/other_tools/root_maps/fpath_git_map.hpp +++ b/src/other_tools/root_maps/fpath_git_map.hpp @@ -51,7 +51,9 @@ using FilePathGitMap = AsyncMapConsumer; gsl::not_null const& critical_git_op_map, gsl::not_null const& import_to_git_map, gsl::not_null const& resolve_symlinks_map, - std::size_t jobs) -> FilePathGitMap; + std::size_t jobs, + std::string multi_repo_tool_name, + std::string build_tool_name) -> FilePathGitMap; namespace std { template <> -- cgit v1.2.3