git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] Various fixes for Windows
@ 2010-05-20 18:57 Johannes Sixt
  2010-05-20 18:57 ` [PATCH 1/5 maint] Fix "Out of memory? mmap failed" for files larger than 4GB on Windows Johannes Sixt
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Johannes Sixt @ 2010-05-20 18:57 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git, msysgit, Johannes Sixt

Here are some unrelated patches that I had accumulated over the past
weeks that improve the git experience on Windows.

The first three are maint-worthy and have been cooked long enough.
IMO it is safe to put them on maint directly.

Erik Faye-Lund (1):
  mingw: use _commit to implement fsync

Ian McLean (1):
  Fix "Out of memory? mmap failed" for files larger than 4GB on Windows

Johannes Sixt (1):
  Recent MinGW has a C99 implementation of snprintf functions

René Scharfe (1):
  Fix checkout of large files to network shares on Windows XP

bert Dvornik (1):
  start_command: close cmd->err descriptor when fork/spawn fails

 Makefile              |    1 -
 compat/mingw.c        |   17 +++++++++++++++++
 compat/mingw.h        |    5 ++++-
 compat/win32mmap.c    |    6 +++---
 run-command.c         |    2 ++
 t/t5516-fetch-push.sh |    2 +-
 t/t5705-clone-2gb.sh  |   12 +++++++++---
 7 files changed, 36 insertions(+), 9 deletions(-)

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2010-05-20 23:13 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-20 18:57 [PATCH 0/5] Various fixes for Windows Johannes Sixt
2010-05-20 18:57 ` [PATCH 1/5 maint] Fix "Out of memory? mmap failed" for files larger than 4GB on Windows Johannes Sixt
2010-05-20 18:57 ` [PATCH 2/5 maint] start_command: close cmd->err descriptor when fork/spawn fails Johannes Sixt
2010-05-20 18:57 ` [PATCH 3/5 maint] Fix checkout of large files to network shares on Windows XP Johannes Sixt
2010-05-20 18:57 ` [PATCH 4/5] mingw: use _commit to implement fsync Johannes Sixt
2010-05-20 18:57 ` [PATCH 5/5] Recent MinGW has a C99 implementation of snprintf functions Johannes Sixt
2010-05-20 23:13 ` [PATCH 0/5] Various fixes for Windows Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).