Hello, Here are more patches that are in msysgit but not yet in official git.git. The patches have been discussed in the following two threads: http://thread.gmane.org/gmane.comp.version-control.msysgit/5373 http://thread.gmane.org/gmane.comp.version-control.msysgit/4876 The first couple of patches are small an obvious. The patches with larger numbers are more complex and might need discussion. Best, Steffen Edward Z. Yang (1): connect.c: Support PuTTY plink and TortoisePlink as SSH on Windows Johannes Schindelin (6): MinGW: GCC >= 4 does not need SNPRINTF_SIZE_CORR anymore Quiet make: do not leave Windows behind Work around a regression in Windows 7, causing erase_in_line() to crash sometimes test-chmtime: work around Windows limitation winansi: fix compile warnings Fix warnings in nedmalloc when compiling with GCC 4.4.0 Marius Storm-Olsen (2): MinGW readdir reimplementation to support d_type Add custom memory allocator to MinGW and MacOS builds Pat Thoyts (1): git: browsing paths with spaces when using the start command Steffen Prohaska (1): MinGW: Teach Makefile to detect msysgit and apply specific settings Makefile | 26 +- compat/mingw.c | 59 + compat/mingw.h | 29 + compat/nedmalloc/License.txt | 23 + compat/nedmalloc/Readme.txt | 136 + compat/nedmalloc/malloc.c.h | 5752 ++++++++++++++++++++++++++++++++++++++++++ compat/nedmalloc/nedmalloc.c | 966 +++++++ compat/nedmalloc/nedmalloc.h | 180 ++ compat/snprintf.c | 4 + compat/win32.h | 1 + compat/winansi.c | 3 +- connect.c | 8 +- git-web--browse.sh | 5 +- test-chmtime.c | 9 + 14 files changed, 7193 insertions(+), 8 deletions(-) create mode 100644 compat/nedmalloc/License.txt create mode 100644 compat/nedmalloc/Readme.txt create mode 100644 compat/nedmalloc/malloc.c.h create mode 100644 compat/nedmalloc/nedmalloc.c create mode 100644 compat/nedmalloc/nedmalloc.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