Andrzej K. Haczewski schrieb: > This patch implements native to Windows subset of pthreads API used by Git. > It allows to remove Pthreads for Win32 dependency for msysgit and cygwin. > > The patch modifies Makefile only for MSVC (that's the environment I'm > capable of testing on), so it requires further corrections to compile > with MinGW or Cygwin. Looks quite good already. In the next round, please squash this in. diff --git a/Makefile b/Makefile index bae1b40..6648d11 100644 --- a/Makefile +++ b/Makefile @@ -414,6 +414,7 @@ LIB_H += cache-tree.h LIB_H += commit.h LIB_H += compat/cygwin.h LIB_H += compat/mingw.h +LIB_H += compat/win32/pthread.h LIB_H += csum-file.h LIB_H += decorate.h LIB_H += delta.h -- 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