Ilari Liusvaara wrote:
quoted hunk ↗ jump to hunk
--- a/transport-helper.c
+++ b/transport-helper.c
[...]
+ if (!in_hup && inbufuse < BUFFERSIZE) {
+ stdin_index = nextindex++;
+ polls[stdin_index].fd = 0;
+ transfer_debug("Adding stdin to fds to wait for");
Why not:
trace_printf("trace: adding stdin to ...");
? That would give the user control of where tracing output goes
(settings like GIT_TRACE=17).
If trace is too noisy (I don't think it is), maybe we should
make it more nuanced, like GIT_TRACE=17:transport?