From 12d0c288ea23e1bd7e0401223ba413bca3d94869 Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Tue, 21 Mar 2023 14:58:54 +0100 Subject: just-mr: Shell out to system Git for update commit from SSH remote... ...due to limitations in SSH support in libgit2. In this case, we simply execute 'git ls-remote []' and then parse the output. Remote interogation requires no local repository, so it is an asynchronious operation by default. --- src/other_tools/ops_maps/git_update_map.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/other_tools/ops_maps/git_update_map.hpp') diff --git a/src/other_tools/ops_maps/git_update_map.hpp b/src/other_tools/ops_maps/git_update_map.hpp index d4804545..93a5da30 100644 --- a/src/other_tools/ops_maps/git_update_map.hpp +++ b/src/other_tools/ops_maps/git_update_map.hpp @@ -38,6 +38,7 @@ struct hash { } // namespace std [[nodiscard]] auto CreateGitUpdateMap(GitCASPtr const& git_cas, + std::vector const& launcher, std::size_t jobs) -> GitUpdateMap; #endif // INCLUDED_SRC_OTHER_TOOLS_OPS_MAPS_GIT_UPDATE_MAP_HPP \ No newline at end of file -- cgit v1.2.3