OSDN Git Service

Merge branch 'mn/sideband-no-ansi' into maint
authorJunio C Hamano <gitster@pobox.com>
Wed, 25 Jun 2014 18:43:43 +0000 (11:43 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 25 Jun 2014 18:43:43 +0000 (11:43 -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