Add a patch to msys-1.0.dll to ignore CYGWIN=tty
commit148fd77a34fb895d7713bd2fcdfd0e165354ef5f
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 11 May 2009 22:28:23 +0000 (12 00:28 +0200)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 11 May 2009 22:28:23 +0000 (12 00:28 +0200)
tree6c484e0b1b0d328f7838b4ec915ac95a6e07deb7
parenta4f7d13968000410c601322c791142fbc45b7f85
Add a patch to msys-1.0.dll to ignore CYGWIN=tty

There is no working pty emulation in MSys, so it makes no sense to
allow asking for that emulation.  The symptoms are non-working vi,
looping ssh questions to accept host keys or passwords.

Typically, CYGWIN=tty is set on boxes where CYGWIN is installed, so
we should not require the user to unset it manually.

This fixes msysGit issue 138, and possibly 96, 192, 227, 243, 246,
248 and 251.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
src/rt/patches/0006-Ignore-the-tty-option-from-the-CYGWIN-environment-va.patch [new file with mode: 0644]