On Thu, Sep 30, 2010 at 08:55:02AM -0500, Jonathan Nieder wrote:
Ilari Liusvaara wrote:
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?
The debugging output is hellishly noisy. I just (successfully) tried to clone
git repo from local copy. The result was no less than 106 773 debugging
messages...
-Ilari