summaryrefslogtreecommitdiffstats
path: root/compat (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-09Merge branch 'am/mingw-poll-fix'Junio C Hamano1-28/+3
2020-03-02Merge branch 'rs/micro-cleanups'Junio C Hamano1-1/+1
2020-02-27mingw: workaround for hangs when sending STDINAlexandr Miloslavskiy1-28/+3
2020-02-24use strpbrk(3) to search for characters from a given setRené Scharfe1-1/+1
2020-02-17Merge branch 'js/mingw-open-in-gdb'Junio C Hamano2-0/+23
2020-02-14mingw: add a helper function to attach GDB to the current processJohannes Schindelin2-0/+23
2020-02-12Merge branch 'jk/clang-sanitizer-fixes'Junio C Hamano1-2/+4
2020-02-05Merge branch 'js/add-p-leftover-bits'Junio C Hamano2-4/+248
2020-01-30Merge branch 'jk/asan-build-fix'Junio C Hamano1-0/+5
2020-01-28obstack: avoid computing offsets from NULL pointerJeff King1-2/+4
2020-01-16Sync with maintJunio C Hamano1-2/+2
2020-01-16Makefile: use compat regex with SANITIZE=addressJeff King1-0/+5
2020-01-16msvc: accommodate for vcpkg's upgrade to OpenSSL v1.1.xJohannes Schindelin1-2/+2
2020-01-15built-in add -p: handle Escape sequences more efficientlyJohannes Schindelin1-1/+72
2020-01-15built-in add -p: handle Escape sequences in interactive.singlekey modeJohannes Schindelin1-1/+55
2020-01-15terminal: add a new function to read a single keystrokeJohannes Schindelin2-0/+58
2020-01-15terminal: accommodate Git for Windows' default terminalJohannes Schindelin1-0/+50
2020-01-15terminal: make the code of disable_echo() reusableJohannes Schindelin1-4/+15
2020-01-02Merge branch 'js/mingw-reserved-filenames'Junio C Hamano2-22/+111
2019-12-21mingw: refuse paths containing reserved namesJohannes Schindelin2-16/+99
2019-12-21mingw: short-circuit the conversion of `/dev/null` to UTF-16Johannes Schindelin1-10/+16
2019-12-16Merge branch 'dd/time-reentrancy'Junio C Hamano1-6/+6
2019-12-10Merge branch 'js/mingw-inherit-only-std-handles'Junio C Hamano2-12/+145
2019-12-09Sync with Git 2.24.1Junio C Hamano4-11/+133
2019-12-06Sync with 2.23.1Johannes Schindelin4-11/+133
2019-12-06Sync with 2.22.2Johannes Schindelin4-11/+133
2019-12-06Sync with 2.21.1Johannes Schindelin4-11/+133
2019-12-06mingw: sh arguments need quoting in more circumstancesJohannes Schindelin1-2/+3
2019-12-06mingw: fix quoting of empty arguments for `sh`Johannes Schindelin1-1/+1
2019-12-06mingw: use MSYS2 quoting even when spawning shell scriptsJohannes Schindelin1-1/+2
2019-12-06mingw: detect when MSYS2's sh is to be spawned more robustlyJohannes Schindelin1-1/+14
2019-12-06Sync with 2.20.2Johannes Schindelin4-6/+113
2019-12-06Sync with 2.19.3Johannes Schindelin2-6/+112
2019-12-06Sync with 2.18.2Johannes Schindelin2-6/+112
2019-12-06Sync with 2.17.3Johannes Schindelin2-6/+112
2019-12-06Sync with 2.16.6Johannes Schindelin2-6/+112
2019-12-06Sync with 2.15.4Johannes Schindelin2-6/+112
2019-12-06Sync with 2.14.6Johannes Schindelin2-6/+112
2019-12-05Merge branch 'win32-accommodate-funny-drive-names'Johannes Schindelin2-4/+41
2019-12-05Merge branch 'win32-filenames-cannot-have-trailing-spaces-or-periods'Johannes Schindelin2-1/+67
2019-12-05mingw: handle `subst`-ed "DOS drives"Johannes Schindelin2-2/+26
2019-12-05mingw: refuse to access paths with trailing spaces or periodsJohannes Schindelin2-1/+67
2019-12-05mingw: refuse to access paths with illegal charactersJohannes Schindelin2-2/+15
2019-12-05mingw: fix quoting of argumentsJohannes Schindelin1-3/+6
2019-12-02mingw: forbid translating ERROR_SUCCESS to an errno valueJohannes Schindelin1-0/+1
2019-12-01mingw: use {gm,local}time_s as backend for {gm,local}time_rDoan Tran Cong Danh1-6/+6
2019-12-01Merge branch 'rs/use-copy-array-in-mingw-shell-command-preparation'Junio C Hamano1-1/+1
2019-12-01Merge branch 'en/doc-typofix'Junio C Hamano8-11/+11
2019-11-30mingw: do set `errno` correctly when trying to restrict handle inheritanceJohannes Schindelin1-1/+5
2019-11-23mingw: restrict file handle inheritance only on Windows 7 and laterJohannes Schindelin1-1/+21