Git for Windows 2.x is based on MSys2, and its first official version was released already almost half a year ago, yet it is still impossible even to compile Git from the official, platform-independent Git source code. This patch series merely fixes the compile errors, and will be followed by other patch series that fix the compile warnings and test failures. The idea is to move all Windows-specific patches of Git for Windows' fork to upstream Git proper. Johannes Schindelin (5): config.mak.uname: support MSys2 config.mak.uname: supporting 64-bit MSys2 nedmalloc: allow compiling with MSys2's compiler compat/mingw: support MSys2-based MinGW build compat/winansi: support compiling with MSys2 compat/mingw.h | 24 +++++++++++++++++++++++- compat/nedmalloc/malloc.c.h | 6 ++++++ compat/winansi.c | 2 ++ config.mak.uname | 31 ++++++++++++++++++++++++++++--- 4 files changed, 59 insertions(+), 4 deletions(-) -- 2.6.3.windows.1.300.g1c25e49 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html