On Wed, 17 Oct 2007, Karl Hasselström wrote: > On 2007-10-16 22:11:37 -0400, Shawn O. Pearce wrote: > > > Nicolas Pitre wrote: > > > > > Each progress can be on a single line instead of two. > > > > Nice. Of course that screws with git-gui and now I have to match two > > regexs and not one. But whatever. > > Maybe an env variable could cause the code to emit machine-friendly > progress information instead? That won't help with remotely generated progress unaware of local env variable, and the remote server might still be generating old format. Nicolas