summaryrefslogtreecommitdiff
path: root/compat
AgeCommit message (Expand)Author
2019-12-06mingw: sh arguments need quoting in more circumstancesJohannes Schindelin
2019-12-06mingw: fix quoting of empty arguments for `sh`Johannes Schindelin
2019-12-06mingw: use MSYS2 quoting even when spawning shell scriptsJohannes Schindelin
2019-12-06mingw: detect when MSYS2's sh is to be spawned more robustlyJohannes Schindelin
2019-12-06Sync with 2.20.2Johannes Schindelin
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
2019-02-15mingw: safe-guard a bit more against getenv() problemsJohannes Schindelin
2019-02-14Merge branch 'js/mingw-host-cpu'Junio C Hamano
2019-02-14Merge branch 'nd/fileno-may-be-macro'Junio C Hamano
2019-02-13mingw: use a more canonical method to fix the CPU reportingJohannes Schindelin
2019-02-12git-compat-util: work around fileno(fp) that is a macroDuy Nguyen
2019-02-09Merge branch 'js/mingw-host-cpu'Junio C Hamano
2019-02-07mingw: fix CPU reporting in `git version --build-options`Johannes Schindelin
2019-02-07Merge branch 'js/vsts-ci'Junio C Hamano
2019-02-07Merge branch 'tb/utf-16-le-with-explicit-bom'Junio C Hamano
2019-02-05Merge branch 'js/mingw-unc-path-w-backslashes'Junio C Hamano
2019-02-05Merge branch 'sg/obstack-cast-function-type-fix'Junio C Hamano
2019-01-31Support working-tree-encoding "UTF-16LE-BOM"Torsten Bögershausen
2019-01-29mingw: be more generous when wrapping up the setitimer() emulationJohannes Schindelin
2019-01-18Merge branch 'rb/hpe'Junio C Hamano
2019-01-18mingw: special-case arguments to `sh`Johannes Schindelin
2019-01-17compat/obstack: fix -Wcast-function-type warningsSZEDER Gábor
2019-01-14Merge branch 'tb/use-common-win32-pathfuncs-on-cygwin'Junio C Hamano
2019-01-03compat/regex/regcomp.c: define intptr_t and uintptr_t on NonStopRandall S. Becker
2018-12-26git clone <url> C:\cygwin\home\USER\repo' is working (again)Torsten Bögershausen
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