Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-09-23mingw.h: add dummy functions for sigset_t operationsJohannes Sixt
2014-07-31Merge branch 'sk/mingw-uni-fix-more'Junio C Hamano
2014-07-21Merge branch 'sk/mingw-uni-fix'Junio C Hamano
2014-07-21Win32: don't copy the environment twice when spawning child processesKarsten Blees
2014-07-21Win32: fix environment memory leaksKarsten Blees
2014-07-21Win32: Unicode environment (incoming)Karsten Blees
2014-07-16MinGW: fix compile error due to missing ELOOPKarsten Blees
2014-07-15Win32: Unicode file name support (except dirent)Karsten Blees
2014-06-11Win32: fix broken pipe detectionKarsten Blees
2014-06-11Win32: Thread-safe windows console outputKarsten Blees
2014-06-11Win32: add Unicode conversion functionsKarsten Blees
2014-06-11Win32: support Unicode console outputKarsten Blees
2014-06-11mingw: avoid const warningStepan Kasal
2014-06-11Win32: move main macro to a functionKarsten Blees
2014-06-11Windows: allow using UNC path for git repositoryCezary Zawadka
2014-01-18mingw: remove mingw_writeErik Faye-Lund
2013-09-25Merge branch 'kb/msvc-compile'Jonathan Nieder
2013-09-19compat/mingw.h: define PRId64Johannes Sixt
2013-09-11MinGW: Fix stat definitions to work with MinGW runtime version 4.0Sebastian Schuberth
2013-09-11MSVC: fix stat definition hellKarsten Blees
2013-09-11MSVC: fix compile errors due to macro redefinitionsKarsten Blees
2013-04-28sparse: Fix mingw_main() argument number/type errorsRamsay Jones
2013-04-28compat/mingw.c: Fix some sparse warningsRamsay Jones
2012-12-04mingw: get rid of getpass implementationErik Faye-Lund
2012-12-04mingw: make fgetc raise SIGINT if apropriateErik Faye-Lund
2012-10-17maybe_flush_or_die: move a too-loose Windows specific errorJohannes Sixt
2012-04-24Merge branch 'rj/mingw-isguid'Junio C Hamano
2012-04-19compat/mingw.h: Set S_ISUID to prevent a fast-import test failureRamsay Jones
2012-04-06compat/mingw.[ch]: Change return type of exec functions to intRamsay Jones
2011-12-10Merge branch 'maint-1.7.7' into maintJunio C Hamano
2011-12-09mingw: give waitpid the correct signatureErik Faye-Lund
2011-11-16Revert "upload-archive: use start_command instead of fork"Junio C Hamano
2011-10-31upload-archive: use start_command instead of forkErik Faye-Lund
2011-10-16mingw: ensure sockets are initialized before calling gethostnamePat Thoyts
2011-06-30Merge branch 'ef/maint-win-verify-path'Junio C Hamano
2011-05-27real_path: do not assume '/' is the path seperatorTheo Niessink
2011-05-23Merge branch 'js/mingw-shutdown'Junio C Hamano
2011-05-19Windows: add a wrapper for the shutdown() system callJohannes Sixt
2011-03-16Merge branch 'sp/maint-fd-limit'Junio C Hamano
2011-03-02mingw: add minimum getrlimit() compatibility stubErik Faye-Lund
2011-02-28Merge branch 'hv/mingw-fs-funnies'Junio C Hamano
2011-02-08mingw: add fallback for rmdir in case directory is in useHeiko Voigt
2011-02-08mingw: move unlink wrapper to mingw.cHeiko Voigt
2010-12-16Merge branch 'rj/msvc-fix'Junio C Hamano
2010-12-13Merge branch 'ef/win32-dirent'Junio C Hamano
2010-12-10msvc: Fix macro redefinition warningsRamsay Jones
2010-12-08Merge branch 'il/remote-fd-ext'Junio C Hamano
2010-11-24win32: use our own dirent.hErik Faye-Lund
2010-11-05mingw: use poll-emulation from gnulibErik Faye-Lund
2010-11-05mingw: add kill emulationErik Faye-Lund