summaryrefslogtreecommitdiff
path: root/compat/mingw.c
AgeCommit message (Expand)Author
2021-04-16msvc: avoid calling `access("NUL", flags)`Johannes Schindelin
2021-02-12Sync with 2.28.1Johannes Schindelin
2021-02-12Sync with 2.26.3Johannes Schindelin
2021-02-12Sync with 2.25.5Johannes Schindelin
2021-02-12Sync with 2.24.4Johannes Schindelin
2021-02-12Sync with 2.23.4Johannes Schindelin
2021-02-12Sync with 2.22.5Johannes Schindelin
2021-02-12Sync with 2.21.4Johannes Schindelin
2021-02-12Sync with 2.20.5Johannes Schindelin
2021-02-12Sync with 2.19.6Johannes Schindelin
2021-02-12Sync with 2.18.5Johannes Schindelin
2021-02-12Sync with 2.17.6Johannes Schindelin
2021-02-12checkout: fix bug that makes checkout follow symlinks in leading pathMatheus Tavares
2020-08-19Merge branch 'jh/mingw-unlink'Junio C Hamano
2020-08-17mingw: improve performance of mingw_unlink()Jeff Hostetler
2020-07-28strvec: convert more callers away from argv_array nameJeff King
2020-04-22Merge branch 'js/mingw-isilon-nfs'Junio C Hamano
2020-04-10mingw: cope with the Isilon network file systemNathan Sanders
2020-04-10mingw: help debugging by optionally executing bash with straceJohannes Schindelin
2020-04-08mingw: do not treat `COM0` as a reserved file nameJohannes Schindelin
2020-04-08mingw: use modern strftime implementation if possibleMatthias Aßhauer
2020-03-17Merge branch 'js/mingw-open-in-gdb' into maintJunio C Hamano
2020-03-02Merge branch 'rs/micro-cleanups'Junio C Hamano
2020-02-24use strpbrk(3) to search for characters from a given setRené Scharfe
2020-02-17Merge branch 'js/mingw-open-in-gdb'Junio C Hamano
2020-02-14mingw: add a helper function to attach GDB to the current processJohannes Schindelin
2020-01-02Merge branch 'js/mingw-reserved-filenames'Junio C Hamano
2019-12-22mingw: refuse paths containing reserved namesJohannes Schindelin
2019-12-22mingw: short-circuit the conversion of `/dev/null` to UTF-16Johannes Schindelin
2019-12-16Merge branch 'dd/time-reentrancy'Junio C Hamano
2019-12-10Merge branch 'js/mingw-inherit-only-std-handles'Junio C Hamano
2019-12-10Sync with Git 2.24.1Junio C Hamano
2019-12-06Sync with 2.23.1Johannes Schindelin
2019-12-06Sync with 2.22.2Johannes Schindelin
2019-12-06Sync with 2.21.1Johannes Schindelin
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.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