summaryrefslogtreecommitdiff
path: root/compat
AgeCommit message (Expand)AuthorFilesLines
2019-03-11Merge branch 'jk/guard-bswap-header'Junio C Hamano1-0/+5
2019-03-07compat/bswap: add include header guardsJeff King1-0/+5
2019-02-22trace2: collect Windows-specific process informationJeff Hostetler1-0/+147
2019-02-22trace2: create new combined trace facilityJeff Hostetler2-3/+11
2019-02-15mingw: safe-guard a bit more against getenv() problemsJohannes Schindelin1-1/+1
2019-02-13Merge branch 'js/mingw-host-cpu'Junio C Hamano1-19/+0
2019-02-13Merge branch 'nd/fileno-may-be-macro'Junio C Hamano1-0/+7
2019-02-13mingw: use a more canonical method to fix the CPU reportingJohannes Schindelin1-19/+0
2019-02-12git-compat-util: work around fileno(fp) that is a macroDuy Nguyen1-0/+7
2019-02-08Merge branch 'js/mingw-host-cpu'Junio C Hamano1-0/+19
2019-02-07mingw: fix CPU reporting in `git version --build-options`Johannes Schindelin1-0/+19
2019-02-06Merge branch 'js/vsts-ci'Junio C Hamano1-1/+1
2019-02-06Merge branch 'tb/utf-16-le-with-explicit-bom'Junio C Hamano1-1/+1
2019-02-05Merge branch 'js/mingw-unc-path-w-backslashes'Junio C Hamano1-1/+76
2019-02-05Merge branch 'sg/obstack-cast-function-type-fix'Junio C Hamano2-15/+20
2019-01-31Support working-tree-encoding "UTF-16LE-BOM"Torsten Bögershausen1-1/+1
2019-01-29mingw: be more generous when wrapping up the setitimer() emulationJohannes Schindelin1-1/+1
2019-01-18Merge branch 'rb/hpe'Junio C Hamano1-0/+8
2019-01-18mingw: special-case arguments to `sh`Johannes Schindelin1-1/+76
2019-01-17compat/obstack: fix -Wcast-function-type warningsSZEDER Gábor2-15/+20
2019-01-14Merge branch 'tb/use-common-win32-pathfuncs-on-cygwin'Junio C Hamano6-69/+49
2019-01-03compat/regex/regcomp.c: define intptr_t and uintptr_t on NonStopRandall S. Becker1-0/+8
2018-12-26git clone <url> C:\cygwin\home\USER\repo' is working (again)Torsten Bögershausen6-69/+49
2018-12-01Merge branch 'ss/msvc-strcasecmp'Junio C Hamano1-7/+1
2018-11-21Merge branch 'js/mingw-o-append' into maintJunio C Hamano1-3/+33
2018-11-20msvc: directly use MS version (_stricmp) of strcasecmpSven Strickroth1-7/+1
2018-11-18Merge branch 'js/mingw-msdn-url'Junio C Hamano1-2/+2
2018-11-18Merge branch 'js/mingw-create-hard-link'Junio C Hamano1-13/+1
2018-11-16mingw: replace an obsolete link with the superseding oneJohannes Schindelin1-2/+2
2018-11-14win32: replace pthread_cond_*() with much simpler codeLoo Rong Jie2-158/+6
2018-11-14mingw: use `CreateHardLink()` directlyJohannes Schindelin1-13/+1
2018-11-13Merge branch 'sh/mingw-safer-compat-poll'Junio C Hamano1-4/+8
2018-11-13Merge branch 'js/mingw-utf8-env'Junio C Hamano2-116/+196
2018-11-13Merge branch 'js/mingw-perl5lib'Junio C Hamano2-1/+60
2018-11-13Merge branch 'js/mingw-isatty-and-dup2'Junio C Hamano2-0/+15
2018-11-06Merge branch 'js/mingw-ns-filetime'Junio C Hamano2-36/+76
2018-11-05poll: use GetTickCount64() to avoid wrap-around issuesSteve Hoelzer1-4/+8
2018-10-31mingw: fix isatty() after dup2()Johannes Schindelin2-0/+15
2018-10-31mingw: unset PERL5LIB by defaultJohannes Schindelin1-1/+34
2018-10-31config: move Windows-specific config settings into compat/mingw.cJohannes Schindelin1-0/+18
2018-10-31config: allow for platform-specific core.* config settingsJohannes Schindelin2-0/+8
2018-10-31mingw: reencode environment variables on the fly (UTF-16 <-> UTF-8)Johannes Schindelin2-116/+196
2018-10-30Merge branch 'cb/compat-mmap-is-private-read-only'Junio C Hamano1-1/+1
2018-10-30Merge branch 'js/mingw-load-sys-dll'Junio C Hamano1-1/+2
2018-10-30Merge branch 'js/mingw-getcwd'Junio C Hamano1-2/+48
2018-10-26Merge branch 'js/mingw-default-ident'Junio C Hamano2-7/+55
2018-10-25compat: make sure git_mmap is not expected to writeCarlo Marcelo Arenas Belón1-1/+1
2018-10-24mingw: fix getcwd when the parent directory cannot be queriedAnton Serbulov1-0/+39
2018-10-24mingw: ensure `getcwd()` reports the correct caseJohannes Schindelin1-2/+9
2018-10-24mingw: load system libraries the recommended wayJohannes Schindelin1-1/+2