summaryrefslogtreecommitdiff
path: root/compat
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'am/mingw-poll-fix'Junio C Hamano2020-03-091-28/+3
|\
| * mingw: workaround for hangs when sending STDINAlexandr Miloslavskiy2020-02-271-28/+3
* | Merge branch 'rs/micro-cleanups'Junio C Hamano2020-03-021-1/+1
|\ \
| * | use strpbrk(3) to search for characters from a given setRené Scharfe2020-02-241-1/+1
* | | Merge branch 'js/mingw-open-in-gdb'Junio C Hamano2020-02-172-0/+23
|\ \ \
| * | | mingw: add a helper function to attach GDB to the current processJohannes Schindelin2020-02-142-0/+23
| | |/ | |/|
* | | Merge branch 'jk/clang-sanitizer-fixes'Junio C Hamano2020-02-121-2/+4
|\ \ \
| * | | obstack: avoid computing offsets from NULL pointerJeff King2020-01-281-2/+4
* | | | Merge branch 'js/add-p-leftover-bits'Junio C Hamano2020-02-052-4/+248
|\ \ \ \
| * | | | built-in add -p: handle Escape sequences more efficientlyJohannes Schindelin2020-01-151-1/+72
| * | | | built-in add -p: handle Escape sequences in interactive.singlekey modeJohannes Schindelin2020-01-151-1/+55
| * | | | terminal: add a new function to read a single keystrokeJohannes Schindelin2020-01-152-0/+58
| * | | | terminal: accommodate Git for Windows' default terminalJohannes Schindelin2020-01-151-0/+50
| * | | | terminal: make the code of disable_echo() reusableJohannes Schindelin2020-01-151-4/+15
* | | | | Merge branch 'jk/asan-build-fix'Junio C Hamano2020-01-301-0/+5
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Makefile: use compat regex with SANITIZE=addressJeff King2020-01-161-0/+5
| | |/ / | |/| |
* | | | Sync with maintJunio C Hamano2020-01-161-2/+2
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | msvc: accommodate for vcpkg's upgrade to OpenSSL v1.1.xJohannes Schindelin2020-01-161-2/+2
* | | Merge branch 'js/mingw-reserved-filenames'Junio C Hamano2020-01-022-22/+111
|\ \ \
| * | | mingw: refuse paths containing reserved namesJohannes Schindelin2019-12-212-16/+99
| * | | mingw: short-circuit the conversion of `/dev/null` to UTF-16Johannes Schindelin2019-12-211-10/+16
| |/ /
* | | Merge branch 'dd/time-reentrancy'Junio C Hamano2019-12-161-6/+6
|\ \ \
| * | | mingw: use {gm,local}time_s as backend for {gm,local}time_rDoan Tran Cong Danh2019-12-011-6/+6
| | |/ | |/|
* | | Merge branch 'js/mingw-inherit-only-std-handles'Junio C Hamano2019-12-102-12/+145
|\ \ \
| * | | mingw: forbid translating ERROR_SUCCESS to an errno valueJohannes Schindelin2019-12-021-0/+1
| * | | mingw: do set `errno` correctly when trying to restrict handle inheritanceJohannes Schindelin2019-11-301-1/+5
| * | | mingw: restrict file handle inheritance only on Windows 7 and laterJohannes Schindelin2019-11-231-1/+21
| * | | mingw: spawned processes need to inherit only standard handlesJohannes Schindelin2019-11-231-11/+109
| * | | mingw: work around incorrect standard handlesJohannes Schindelin2019-11-231-1/+11
| |/ /
* | | Sync with Git 2.24.1Junio C Hamano2019-12-094-11/+133
|\ \ \ | | |/ | |/|
| * | Sync with 2.23.1Johannes Schindelin2019-12-064-11/+133
| |\ \ | | |/ | |/|
| | * Sync with 2.22.2Johannes Schindelin2019-12-064-11/+133
| | |\
| | | * Sync with 2.21.1Johannes Schindelin2019-12-064-11/+133
| | | |\
| | | | * mingw: sh arguments need quoting in more circumstancesJohannes Schindelin2019-12-061-2/+3
| | | | * mingw: fix quoting of empty arguments for `sh`Johannes Schindelin2019-12-061-1/+1
| | | | * mingw: use MSYS2 quoting even when spawning shell scriptsJohannes Schindelin2019-12-061-1/+2
| | | | * mingw: detect when MSYS2's sh is to be spawned more robustlyJohannes Schindelin2019-12-061-1/+14
| | | | * Sync with 2.20.2Johannes Schindelin2019-12-064-6/+113
| | | | |\
| | | | | * Sync with 2.19.3Johannes Schindelin2019-12-062-6/+112
| | | | | |\
| | | | | | * Sync with 2.18.2Johannes Schindelin2019-12-062-6/+112
| | | | | | |\
| | | | | | | * Sync with 2.17.3Johannes Schindelin2019-12-062-6/+112
| | | | | | | |\
| | | | | | | | * Sync with 2.16.6Johannes Schindelin2019-12-062-6/+112
| | | | | | | | |\
| | | | | | | | | * Sync with 2.15.4Johannes Schindelin2019-12-062-6/+112
| | | | | | | | | |\
| | | | | | | | | | * Sync with 2.14.6Johannes Schindelin2019-12-062-6/+112
| | | | | | | | | | |\
| | | | | | | | | | | * Merge branch 'win32-accommodate-funny-drive-names'Johannes Schindelin2019-12-052-4/+41
| | | | | | | | | | | |\
| | | | | | | | | | | | * mingw: handle `subst`-ed "DOS drives"Johannes Schindelin2019-12-052-2/+26
| | | | | | | | | | | | * mingw: refuse to access paths with illegal charactersJohannes Schindelin2019-12-052-2/+15
| | | | | | | | | | | * | Merge branch 'win32-filenames-cannot-have-trailing-spaces-or-periods'Johannes Schindelin2019-12-052-1/+67
| | | | | | | | | | | |\ \ | | | | | | | | | | | | |/
| | | | | | | | | | | | * mingw: refuse to access paths with trailing spaces or periodsJohannes Schindelin2019-12-052-1/+67
| | | | | | | | | | | * | mingw: fix quoting of argumentsJohannes Schindelin2019-12-051-3/+6
| | | | | | | | | | | |/