summaryrefslogtreecommitdiff
path: root/compat
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'js/msvc-build-fix'Junio C Hamano2020-06-171-1/+3
|\
| * msvc: fix "REG_STARTEND" issueJohannes Schindelin2020-06-041-1/+3
* | Merge branch 'cb/no-more-gmtime'Junio C Hamano2020-05-201-29/+0
|\ \
| * | compat: remove gmtimeCarlo Marcelo Arenas Belón2020-05-141-29/+0
| * | Merge branch 'js/mingw-open-in-gdb' into maintJunio C Hamano2020-03-172-0/+23
| |\ \
| * \ \ Merge branch 'am/mingw-poll-fix' into maintJunio C Hamano2020-03-171-28/+3
| |\ \ \
| * \ \ \ Merge branch 'jk/clang-sanitizer-fixes' into maintJunio C Hamano2020-03-171-2/+4
| |\ \ \ \
| * \ \ \ \ Merge branch 'jk/asan-build-fix' into maintJunio C Hamano2020-02-141-0/+5
| |\ \ \ \ \
* | \ \ \ \ \ 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
| |\ \ | | |/ | |/|