On Saturday 2007 July 14, Marco Costalba wrote: > Print message size just before the corresponding message > to speedup the parsing by scripts/porcelains tools. Does this really give a speedup? I'd be surprised, as long as the parse is being done during the output from git using the QProcess::readyRead() signal once and only once, then git is the bottle neck. Parsing the stream is almost trivial in comparison to the work that git is doing. Andy -- Dr Andy Parkins, M Eng (hons), MIET andyparkins@xxxxxxxxx - 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