On Mon, 15 Oct 2007, Shawn O. Pearce wrote: > Nicolas Pitre <nico@xxxxxxx> wrote: > > BTW I have patches here reworking the progress code for a more compact > > display which should mitigate this issue quite a bit. > > git-gui is scraping the output of the current progress meter using > a regex and then building a graphical progress bar from that output. Erk! > Any change in how git produces the progress bar should still keep > it in a form that git-gui can regex match and scrape, preferably > without needing to know what version of git it is pulling that > output from. For example just teach git-gui to try two different > regexps, new format and if that doesn't match then try the old > (aka current) format. I think my new format might be easier for you as the "title" and the actual percentage and count is now on the same line. Nicolas - 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