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