Skip to content

commit: Wait for the git-log(1) process to exit in FindCommits

Eric Ju requested to merge ej-5671-wait-for-git-log-to-finish into master

In this commit, we add a new wait logic to wait for git-log(1) command to finish; we also fix the test cases.

Previously we did not Wait() for the git-log(1) process to exit in FindCommits, causing us to fail to include its execution time in the command details and not log any errors it returned.

Changelog: fixed

Closes: #5671 (closed)

Merge request reports