summaryrefslogtreecommitdiffstats
path: root/compat
AgeCommit message (Expand)AuthorLines
2020-01-30Merge branch 'jk/asan-build-fix'Junio C Hamano-0/+5
2020-01-28obstack: avoid computing offsets from NULL pointerJeff King-2/+4
2020-01-16Sync with maintJunio C Hamano-2/+2
2020-01-16Makefile: use compat regex with SANITIZE=addressJeff King-0/+5
2020-01-16msvc: accommodate for vcpkg's upgrade to OpenSSL v1.1.xJohannes Schindelin-2/+2
2020-01-15built-in add -p: handle Escape sequences more efficientlyJohannes Schindelin-1/+72
2020-01-15built-in add -p: handle Escape sequences in interactive.singlekey modeJohannes Schindelin-1/+55
2020-01-15terminal: add a new function to read a single keystrokeJohannes Schindelin-0/+58
2020-01-15terminal: accommodate Git for Windows' default terminalJohannes Schindelin-0/+50
2020-01-15terminal: make the code of disable_echo() reusableJohannes Schindelin-4/+15
2020-01-02Merge branch 'js/mingw-reserved-filenames'Junio C Hamano-22/+111
2019-12-21mingw: refuse paths containing reserved namesJohannes Schindelin-16/+99
2019-12-21mingw: short-circuit the conversion of `/dev/null` to UTF-16Johannes Schindelin-10/+16
2019-12-16Merge branch 'dd/time-reentrancy'Junio C Hamano-6/+6
2019-12-10Merge branch 'js/mingw-inherit-only-std-handles'Junio C Hamano-12/+145
2019-12-09Sync with Git 2.24.1Junio C Hamano-11/+133
2019-12-06Sync with 2.23.1Johannes Schindelin-11/+133
2019-12-06Sync with 2.22.2Johannes Schindelin-11/+133
2019-12-06Sync with 2.21.1Johannes Schindelin-11/+133
2019-12-06mingw: sh arguments need quoting in more circumstancesJohannes Schindelin-2/+3
2019-12-06mingw: fix quoting of empty arguments for `sh`Johannes Schindelin-1/+1
2019-12-06mingw: use MSYS2 quoting even when spawning shell scriptsJohannes Schindelin-1/+2
2019-12-06mingw: detect when MSYS2's sh is to be spawned more robustlyJohannes Schindelin-1/+14
2019-12-06Sync with 2.20.2Johannes Schindelin-6/+113
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
2019-12-02mingw: forbid translating ERROR_SUCCESS to an errno valueJohannes Schindelin-0/+1
2019-12-01mingw: use {gm,local}time_s as backend for {gm,local}time_rDoan Tran Cong Danh-6/+6
2019-12-01Merge branch 'rs/use-copy-array-in-mingw-shell-command-preparation'Junio C Hamano-1/+1
2019-12-01Merge branch 'en/doc-typofix'Junio C Hamano-11/+11
2019-11-30mingw: do set `errno` correctly when trying to restrict handle inheritanceJohannes Schindelin-1/+5
2019-11-23mingw: restrict file handle inheritance only on Windows 7 and laterJohannes Schindelin-1/+21
2019-11-23mingw: spawned processes need to inherit only standard handlesJohannes Schindelin-11/+109
2019-11-23mingw: work around incorrect standard handlesJohannes Schindelin-1/+11
2019-11-13mingw: use COPY_ARRAY for copying arrayRené Scharfe-1/+1
2019-11-10Fix spelling errors in no-longer-updated-from-upstream modulesElijah Newren-9/+9
2019-11-10Fix spelling errors in code commentsElijah Newren-2/+2
2019-10-30Merge branch 'js/mingw-needs-hiding-fix'Junio C Hamano-0/+2
2019-10-28mingw: avoid a buffer overrun in `needs_hiding()`Johannes Schindelin-0/+2
2019-10-18Merge branch 'dl/compat-cleanup'Junio C Hamano-1/+1