mirror of
https://github.com/git/git.git
synced 2026-03-13 10:23:30 +01:00
Note that cmd->err is not treated in run-command.c. In particular, the pipe end is not inherited by the child process. THIS IS IMPORTANT! cmd->err is only required by upload-pack. But in the MinGW case upload-pack does not support the sideband and the stderr of pack-objects is expected to be routed to stderr: Since in the MinGW case the stderr pipe is not read by upload-pack, the stderr of pack-objects must not be connected to the pipe.