summaryrefslogtreecommitdiff
path: root/compat
AgeCommit message (Expand)Author
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.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-12-02mingw: forbid translating ERROR_SUCCESS to an errno valueJohannes Schindelin
2019-12-02mingw: use {gm,local}time_s as backend for {gm,local}time_rDoan Tran Cong Danh
2019-12-01Merge branch 'rs/use-copy-array-in-mingw-shell-command-preparation'Junio C Hamano
2019-12-01Merge branch 'en/doc-typofix'Junio C Hamano
2019-11-30mingw: do set `errno` correctly when trying to restrict handle inheritanceJohannes Schindelin
2019-11-23mingw: restrict file handle inheritance only on Windows 7 and laterJohannes Schindelin
2019-11-23mingw: spawned processes need to inherit only standard handlesJohannes Schindelin
2019-11-23mingw: work around incorrect standard handlesJohannes Schindelin
2019-11-13mingw: use COPY_ARRAY for copying arrayRené Scharfe
2019-11-10Fix spelling errors in no-longer-updated-from-upstream modulesElijah Newren
2019-11-10Fix spelling errors in code commentsElijah Newren
2019-10-30Merge branch 'js/mingw-needs-hiding-fix'Junio C Hamano
2019-10-28mingw: avoid a buffer overrun in `needs_hiding()`Johannes Schindelin
2019-10-18Merge branch 'dl/compat-cleanup'Junio C Hamano
2019-10-15Merge branch 'js/azure-pipelines-msvc'Junio C Hamano
2019-10-11pthread.h: manually align parameter listsDenton Liu
2019-10-09Merge branch 'js/diff-rename-force-stable-sort'Junio C Hamano
2019-10-06msvc: work around a bug in GetEnvironmentVariable()Johannes Schindelin
2019-10-06msvc: handle DEVELOPER=1Johannes Schindelin
2019-10-06msvc: ignore some libraries when linkingJohannes Schindelin
2019-10-06compat/win32/path-utils.h: add #include guardsJohannes Schindelin
2019-10-06winansi: use FLEX_ARRAY to avoid compiler warningJohannes Schindelin
2019-10-02Move git_sort(), a stable sort, into into libgit.aJohannes Schindelin
2019-09-30Merge branch 'ar/mingw-run-external-with-non-ascii-path'Junio C Hamano