Skip to content

gitpipe: Add stderr to Revlist errors

James Fargher requested to merge gitpipe_better_errors into master

Previously when the rev-list command failed the error would only contain an ambiguous exit code. This made it difficult to debug properly.

Noticed this while trying to debug failures in gitlab-rails https://gitlab.com/gitlab-org/gitlab/-/jobs/1856349370

Edited by James Fargher

Merge request reports