summaryrefslogtreecommitdiff
path: root/compat
AgeCommit message (Expand)Author
2019-12-06Sync with 2.19.3Johannes Schindelin
2019-12-06Sync with 2.18.2Johannes Schindelin
2019-12-06Sync with 2.17.3Johannes Schindelin
2019-12-06Sync with 2.16.6Johannes Schindelin
2019-12-06Sync with 2.15.4Johannes Schindelin
2019-12-06Sync with 2.14.6Johannes Schindelin
2019-12-05Merge branch 'win32-accommodate-funny-drive-names'Johannes Schindelin
2019-12-05Merge branch 'win32-filenames-cannot-have-trailing-spaces-or-periods'Johannes Schindelin
2019-12-05mingw: handle `subst`-ed "DOS drives"Johannes Schindelin
2019-12-05mingw: refuse to access paths with trailing spaces or periodsJohannes Schindelin
2019-12-05mingw: refuse to access paths with illegal charactersJohannes Schindelin
2019-12-05mingw: fix quoting of argumentsJohannes Schindelin
2018-12-01Merge branch 'ss/msvc-strcasecmp'Junio C Hamano
2018-11-21Merge branch 'js/mingw-o-append' into maintJunio C Hamano
2018-11-20msvc: directly use MS version (_stricmp) of strcasecmpSven Strickroth
2018-11-18Merge branch 'js/mingw-msdn-url'Junio C Hamano
2018-11-18Merge branch 'js/mingw-create-hard-link'Junio C Hamano
2018-11-16mingw: replace an obsolete link with the superseding oneJohannes Schindelin
2018-11-14win32: replace pthread_cond_*() with much simpler codeLoo Rong Jie
2018-11-14mingw: use `CreateHardLink()` directlyJohannes Schindelin
2018-11-13Merge branch 'sh/mingw-safer-compat-poll'Junio C Hamano
2018-11-13Merge branch 'js/mingw-utf8-env'Junio C Hamano
2018-11-13Merge branch 'js/mingw-perl5lib'Junio C Hamano
2018-11-13Merge branch 'js/mingw-isatty-and-dup2'Junio C Hamano
2018-11-06Merge branch 'js/mingw-ns-filetime'Junio C Hamano
2018-11-05poll: use GetTickCount64() to avoid wrap-around issuesSteve Hoelzer
2018-10-31mingw: fix isatty() after dup2()Johannes Schindelin
2018-10-31mingw: unset PERL5LIB by defaultJohannes Schindelin
2018-10-31config: move Windows-specific config settings into compat/mingw.cJohannes Schindelin
2018-10-31config: allow for platform-specific core.* config settingsJohannes Schindelin
2018-10-31mingw: reencode environment variables on the fly (UTF-16 <-> UTF-8)Johannes Schindelin
2018-10-30Merge branch 'cb/compat-mmap-is-private-read-only'Junio C Hamano
2018-10-30Merge branch 'js/mingw-load-sys-dll'Junio C Hamano
2018-10-30Merge branch 'js/mingw-getcwd'Junio C Hamano
2018-10-26Merge branch 'js/mingw-default-ident'Junio C Hamano
2018-10-25compat: make sure git_mmap is not expected to writeCarlo Marcelo Arenas Belón
2018-10-24mingw: fix getcwd when the parent directory cannot be queriedAnton Serbulov
2018-10-24mingw: ensure `getcwd()` reports the correct caseJohannes Schindelin
2018-10-24mingw: load system libraries the recommended wayJohannes Schindelin
2018-10-24mingw: implement nanosecond-precision file timesKarsten Blees
2018-10-24mingw: replace MSVCRT's fstat() with a Win32-based implementationKarsten Blees
2018-10-24mingw: factor out code to set stat() dataJohannes Schindelin
2018-10-16mingw: use domain information for default emailJohannes Schindelin
2018-10-16getpwuid(mingw): provide a better default for the user nameJohannes Schindelin
2018-10-16getpwuid(mingw): initialize the structure only onceJohannes Schindelin
2018-10-04compat/poll: prepare for targeting Windows VistaJohannes Schindelin
2018-09-24Merge branch 'js/mingw-o-append'Junio C Hamano
2018-09-11mingw: fix mingw_open_append to work with named pipesJeff Hostetler
2018-08-20Merge branch 'en/incl-forward-decl'Junio C Hamano
2018-08-20Merge branch 'js/mingw-o-append'Junio C Hamano