diff options
Diffstat (limited to 'src/other_tools/git_operations/git_repo_remote.cpp')
-rw-r--r-- | src/other_tools/git_operations/git_repo_remote.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/other_tools/git_operations/git_repo_remote.cpp b/src/other_tools/git_operations/git_repo_remote.cpp index 8527a13c..c7063ae3 100644 --- a/src/other_tools/git_operations/git_repo_remote.cpp +++ b/src/other_tools/git_operations/git_repo_remote.cpp @@ -479,6 +479,7 @@ auto GitRepoRemote::UpdateCommitViaTmpRepo( if (str_len == std::string::npos) { (*logger)(fmt::format("List remote commits command {} produced " "malformed output:\n{}", + nlohmann::json(cmdline).dump(), out_str), /*fatal=*/true); return std::nullopt; |