1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-09 12:06:01 +01:00

merge stderr to stdout so we can emit it

This commit is contained in:
Farid Zakaria 2025-07-11 09:39:34 -07:00
parent 8e8416387c
commit fb6f494d35

View file

@ -552,6 +552,7 @@ struct GitRepoImpl : GitRepo, std::enable_shared_from_this<GitRepoImpl>
// we're using --quiet for now. Should process its stderr.
.args = gitArgs,
.input = {},
.mergeStderrToStdout = true,
.isInteractive = true
});