On Fri, May 30, 2014 at 11:10:51PM +0000, Naumov, Michael (North Sydney) wrote: > Some git tools such as GitExtensions for Windows use environment > variable TERM=msys which causes the weird ANSI sequence shown for the > messages returned from server-side hooks > We add those ANSI sequences to help format sideband data on the user's > terminal. However, GitExtensions is not using a terminal, and the ANSI > sequences just confuses it. We can recognize this use by checking > isatty(). > See https://github.com/gitextensions/gitextensions/issues/1313 for > more details > > NOTE: I considered to cover the case that a pager has already been > started. But decided that is probably not worth worrying about here, > though, as we shouldn't be using a pager for commands that do network > communications (and if we do, omitting the magic line-clearing signal > is probably a sane thing to do). > > Signed-off-by: Michael Naumov <mnaoumov@xxxxxxxxx> > Thanks-to: Erik Faye-Lund <kusmabite@xxxxxxxxx> > Thanks-to: Jeff King <peff@xxxxxxxx> This version looks fine to me. -Peff -- 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