From 2ad759136ae9f39e1842ef80779dfe127a19beba Mon Sep 17 00:00:00 2001 From: Maksim Denisov Date: Mon, 24 Jun 2024 17:36:49 +0200 Subject: Use constant IExecutionApi in just-mr maps --- src/other_tools/root_maps/commit_git_map.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/other_tools/root_maps/commit_git_map.cpp') diff --git a/src/other_tools/root_maps/commit_git_map.cpp b/src/other_tools/root_maps/commit_git_map.cpp index 0045e354..a4681a6a 100644 --- a/src/other_tools/root_maps/commit_git_map.cpp +++ b/src/other_tools/root_maps/commit_git_map.cpp @@ -63,7 +63,7 @@ void EnsureRootAsAbsent( std::filesystem::path const& repo_root, GitRepoInfo const& repo_info, std::optional const& serve, - std::optional> const& remote_api, + std::optional> const& remote_api, CommitGitMap::SetterPtr const& ws_setter, CommitGitMap::LoggerPtr const& logger) { // this is an absent root @@ -412,8 +412,8 @@ void EnsureCommit( std::string const& git_bin, std::vector const& launcher, std::optional const& serve, - gsl::not_null const& local_api, - std::optional> const& remote_api, + gsl::not_null const& local_api, + std::optional> const& remote_api, bool fetch_absent, gsl::not_null const& ts, CommitGitMap::SetterPtr const& ws_setter, @@ -924,8 +924,8 @@ auto CreateCommitGitMap( std::string const& git_bin, std::vector const& launcher, std::optional const& serve, - gsl::not_null const& local_api, - std::optional> const& remote_api, + gsl::not_null const& local_api, + std::optional> const& remote_api, bool fetch_absent, std::size_t jobs) -> CommitGitMap { auto commit_to_git = [critical_git_op_map, -- cgit v1.2.3