Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Ju <eju@gitlab.com>2023-11-23 22:23:04 +0300
committerEric Ju <eju@gitlab.com>2023-11-23 22:23:04 +0300
commit9ae8aeb857f9c31d2fbc2ea5bb5b5011401e8cff (patch)
tree9d626fd04057d3ca471ceb86787c7d96c05059da /doc/configuration
parent2450fb2cce4dbcc701805860cfb65c0be1b363d7 (diff)
commit: Wait for the git-log(1) process to exit in FindCommits
In this commit, we add a new wait logic to wait for git-log(1) command to finish; 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. We differentiate benign errors from real errors. Benign errors are caused by terminating the stream since response limit is reached; while real errors are caused by git log command failures. Non-benign errors are logged as errors. Changelog: fixed
Diffstat (limited to 'doc/configuration')
0 files changed, 0 insertions, 0 deletions