summaryrefslogtreecommitdiff
path: root/compat
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'es/bugreport'Junio C Hamano2020-05-012-2/+43
|\
| * bugreport: add compiler infoEmily Shaffer2020-04-161-0/+41
| * help: move list_config_help to builtin/helpEmily Shaffer2020-04-161-2/+2
* | compat/regex: move stdlib.h up in inclusion chainĐoàn Trần Công Danh2020-04-272-1/+1
* | Merge branch 'js/mingw-isilon-nfs'Junio C Hamano2020-04-221-2/+15
|\ \
| * | mingw: cope with the Isilon network file systemNathan Sanders2020-04-101-2/+15
* | | Merge branch 'js/mingw-fixes'Junio C Hamano2020-04-221-4/+41
|\ \ \
| * | | mingw: help debugging by optionally executing bash with straceJohannes Schindelin2020-04-101-0/+26
| * | | mingw: do not treat `COM0` as a reserved file nameJohannes Schindelin2020-04-081-3/+5
| * | | mingw: use modern strftime implementation if possibleMatthias Aßhauer2020-04-081-1/+10
| |/ /
* | | run-command: trigger PATH lookup properly on CygwinAndras Kucsma2020-03-271-0/+11
|/ /
* | 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
| | | | | |\