Re: [PATCH 2/2] mingw: replace isatty() hack

2016-12-21 Thread Junio C Hamano
Johannes Schindelin writes: > From: Jeff Hostetler > > For over a year, Git for Windows has carried a patch that detects the > MSYS2 pseudo ttys used by Git for Windows' default Git Bash (i.e. a > terminal that is not backed by a Win32

[PATCH 2/2] mingw: replace isatty() hack

2016-12-21 Thread Johannes Schindelin
From: Jeff Hostetler For over a year, Git for Windows has carried a patch that detects the MSYS2 pseudo ttys used by Git for Windows' default Git Bash (i.e. a terminal that is not backed by a Win32 Console). This patch accesses internals that of a previous MSVC runtime