Ilari Liusvaara wrote: > --- 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? -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html