]> granicus.if.org Git - git/commitdiff
Merge branch 'mn/sideband-no-ansi'
authorJunio C Hamano <gitster@pobox.com>
Mon, 9 Jun 2014 18:27:55 +0000 (11:27 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 9 Jun 2014 18:27:56 +0000 (11:27 -0700)
Tools that read diagnostic output in our standard error stream do
not want to see terminal control sequence (e.g. erase-to-eol).
Detect them by checking if the standard error stream is connected to
a tty.

* mn/sideband-no-ansi:
  sideband.c: do not use ANSI control sequence on non-terminal


Trivial merge