From: Junio C Hamano Date: Tue, 13 Dec 2016 22:09:27 +0000 (-0800) Subject: Merge branch 'js/mingw-isatty' X-Git-Tag: v2.12.0-rc0~161 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/c04790a93a437458638604af90351557c98e5a5d Merge branch 'js/mingw-isatty' We often decide if a session is interactive by checking if the standard I/O streams are connected to a TTY, but isatty() emulation on Windows incorrectly returned true if it is used on NUL (i.e. an equivalent to /dev/null). This has been fixed. * js/mingw-isatty: mingw: intercept isatty() to handle /dev/null as Git expects it --- c04790a93a437458638604af90351557c98e5a5d