Fwd: Native Windows implementation of GIT ?
From: Reece Dunn <hidden>
Date: 2016-06-15 22:46:57
Forwarding to the git mailing list (Aaron: could you keep the mailing list in the CC, thanks). - Reece ---------- Forwarded message ---------- From: Reece Dunn <redacted> Date: 2009/6/13 Subject: Re: Native Windows implementation of GIT ? To: Aaron Gray <redacted> 2009/6/13 Aaron Gray [off-list ref]:
quoted
Unless by native you mean using Visual Studio?Yes built on Visual Studio or other native Windows compiler.
mingw (using gcc) is a native Windows compiler (it goes directly through the Win32 API, except for the portability wrappers in git itself).
A GIT that runs natively on Windows, using Windows paths, etc
The MSYS/mingw port of git does run natively on Windows. I haven't used it recently (I have switched to using Linux), so I don't know about how well it copes with Windows paths. If you have any issues with msysgit (or git on Windows in general) in regard to functionality (e.g. ".gitignore does not work with Windows paths"), I would suggest raising these issues. Problems that are not reported cannot be fixed. - Reece
Aaron 2009/6/12 Reece Dunn [off-list ref]quoted
2009/6/12 Aaron Gray [off-list ref]:quoted
Is there going to be a native Windows implementation of GIT ? i.e. not MSYS or Cygwin based. Many thanks in advance,Cygwin is an adapter layer that maps posix calls to the Windows Win32 API, so is not a native implementation. MSYS uses the MinGW (gcc) compiler uses the native Windows Win32 API, so the MSYS version *is* native. Unless by native you mean using Visual Studio? - Reece