Christian Couder <chriscool@xxxxxxxxxxxxx> writes: > So this change is not compatible with the previous > behavior, because stderr will not be used anymore if > GIT_TRACE is set to something other than "1" or "true". > No file locking is done. This maybe a problem. I wonder if we can pass an already opened file descriptor to GIT_TRACE. E.g. GIT_TRACE=9 make test 9>/var/tmp/trace.log and make the trace code to emit the message with one write(2) to make sure messages from processes do not get mixed up in the middle. - 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