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
2016-07-28Merge branch 'ew/daemon-socket-keepalive'Junio C Hamano
2016-07-22Windows: add missing definition of ENOTSOCKJohannes Sixt
2016-07-19Merge branch 'jk/common-main'Junio C Hamano
2016-07-06mingw: declare main()'s argv as constJohannes Schindelin
2016-06-20mingw: let the build succeed with DEVELOPER=1Johannes Schindelin
2016-05-26Merge branch 'js/windows-dotgit' into maintJunio C Hamano
2016-05-19Merge branch 'jk/push-client-deadlock-fix' into HEADJunio C Hamano
2016-05-11mingw: remove unnecessary definitionJohannes Schindelin
2016-05-02Windows: add pthread_sigmask() that does nothingJohannes Sixt
2016-03-30MSVC: use shipped headers instead of fallback definitionsSven Strickroth
2016-03-23config --show-origin: report paths with forward slashesJohannes Schindelin
2016-02-06Merge branch 'js/dirname-basename' into maintJunio C Hamano
2016-02-04Merge branch 'js/dirname-basename'Junio C Hamano
2016-01-26mingw: avoid linking to the C library's isalpha()Johannes Sixt
2016-01-16mingw: avoid redefining S_* constantsJohannes Schindelin
2016-01-14compat/mingw: support MSys2-based MinGW buildJohannes Schindelin
2016-01-12Refactor skipping DOS drive prefixesJohannes Schindelin
2015-12-21mingw: emulate write(2) that fails with a EPIPEJohannes Schindelin
2015-05-26Merge branch 'nd/untracked-cache'Junio C Hamano
2015-04-15compat/mingw: stubs for getpgid() and tcgetpgrp()Johannes Sixt
2015-03-12mingw32: add uname()Nguyễn Thái Ngọc Duy
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