[dmd-internals] [D-Programming-Language/dmd] 10640a: dang, forgot that one, too
David Nadlinger
code at klickverbot.at
Wed Nov 7 05:03:22 PST 2012
On Wed, Nov 7, 2012 at 1:10 PM, Jacob Carlborg <doob at me.com> wrote:
> Yes, that's basically what git shell/bash (whatever it's called) is. When
> installing git for Windows it will install a git shell as well. That shell
> is basically cygwin.
No, the shell is not Cygwin, it's just a MinGW/MSYS build of bash.
There is a big difference: Cygwin is a big pile of a mess, as it tries
to emulate all of POSIX, and many people try to avoid it for this
extra complexity. MinGW binaries, on the other hand, tend to blend in
fairly well with the rest of Windows.
David
More information about the dmd-internals
mailing list