Merge branch 'js/mingw-isatty' into next
authorJunio C Hamano <gitster@pobox.com>
Thu, 22 Dec 2016 20:09:48 +0000 (12:09 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 22 Dec 2016 20:09:49 +0000 (12:09 -0800)
commit5be6c1a0839fdbbc49cf303387fb70e3fc0afe9a
tree241db56036302d958debe542e5a97e555c6569cc
parent71d7989c69ecdcefd19d2521182237e1294395ca
parenta9b8a09c3c30886c79133da9f48ef9f98c21c3b2
Merge branch 'js/mingw-isatty' into next

Update the isatty() emulation for Windows by updating the previous
hack that depended on internals of (older) MSVC runtime.

* js/mingw-isatty:
  mingw: replace isatty() hack
  mingw: fix colourization on Cygwin pseudo terminals
  mingw: adjust is_console() to work with stdin
compat/winansi.c