mirror of
https://github.com/git/git.git
synced 2026-02-03 14:31:45 +00:00
The original fix unfortunately used the *inverted* logic: while we wanted to say "this is Cygwin" when run in MSYS mode, we actually did that when *not* running in MSYS mode. This fixes https://github.com/git-for-windows/git/issues/410 Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>