Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | | | mingw: workaround for hangs when sending STDIN | Alexandr Miloslavskiy | 2020-02-27 | 1 | -28/+3 | |
| | |_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | Merge branch 'rs/micro-cleanups' | Junio C Hamano | 2020-03-02 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | use strpbrk(3) to search for characters from a given set | René Scharfe | 2020-02-24 | 1 | -1/+1 | |
| | |/ / / / / / / / / / / / | |/| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | Merge branch 'js/mingw-open-in-gdb' | Junio C Hamano | 2020-02-17 | 2 | -0/+23 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | mingw: add a helper function to attach GDB to the current process | Johannes Schindelin | 2020-02-14 | 2 | -0/+23 | |
| | |/ / / / / / / / / / / | |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Merge branch 'jk/clang-sanitizer-fixes' | Junio C Hamano | 2020-02-12 | 1 | -2/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | obstack: avoid computing offsets from NULL pointer | Jeff King | 2020-01-28 | 1 | -2/+4 | |
| | |_|/ / / / / / / / / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge branch 'js/add-p-leftover-bits' | Junio C Hamano | 2020-02-05 | 2 | -4/+248 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | built-in add -p: handle Escape sequences more efficiently | Johannes Schindelin | 2020-01-15 | 1 | -1/+72 | |
| * | | | | | | | | | | | | built-in add -p: handle Escape sequences in interactive.singlekey mode | Johannes Schindelin | 2020-01-15 | 1 | -1/+55 | |
| * | | | | | | | | | | | | terminal: add a new function to read a single keystroke | Johannes Schindelin | 2020-01-15 | 2 | -0/+58 | |
| * | | | | | | | | | | | | terminal: accommodate Git for Windows' default terminal | Johannes Schindelin | 2020-01-15 | 1 | -0/+50 | |
| * | | | | | | | | | | | | terminal: make the code of disable_echo() reusable | Johannes Schindelin | 2020-01-15 | 1 | -4/+15 | |
* | | | | | | | | | | | | | Merge branch 'jk/asan-build-fix' | Junio C Hamano | 2020-01-30 | 1 | -0/+5 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / |/| | | | / / / / / / / / | | |_|_|/ / / / / / / / | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | Makefile: use compat regex with SANITIZE=address | Jeff King | 2020-01-16 | 1 | -0/+5 | |
| | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Sync with maint | Junio C Hamano | 2020-01-16 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / | | | / / / / / / / / | |_|/ / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | msvc: accommodate for vcpkg's upgrade to OpenSSL v1.1.x | Johannes Schindelin | 2020-01-16 | 1 | -2/+2 | |
* | | | | | | | | | | Merge branch 'js/mingw-reserved-filenames' | Junio C Hamano | 2020-01-02 | 2 | -22/+111 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | mingw: refuse paths containing reserved names | Johannes Schindelin | 2019-12-21 | 2 | -16/+99 | |
| * | | | | | | | | | | mingw: short-circuit the conversion of `/dev/null` to UTF-16 | Johannes Schindelin | 2019-12-21 | 1 | -10/+16 | |
| |/ / / / / / / / / | ||||||
* | | | | | | | | | | Merge branch 'dd/time-reentrancy' | Junio C Hamano | 2019-12-16 | 1 | -6/+6 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | mingw: use {gm,local}time_s as backend for {gm,local}time_r | Doan Tran Cong Danh | 2019-12-01 | 1 | -6/+6 | |
| | |/ / / / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge branch 'js/mingw-inherit-only-std-handles' | Junio C Hamano | 2019-12-10 | 2 | -12/+145 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | mingw: forbid translating ERROR_SUCCESS to an errno value | Johannes Schindelin | 2019-12-02 | 1 | -0/+1 | |
| * | | | | | | | | | | mingw: do set `errno` correctly when trying to restrict handle inheritance | Johannes Schindelin | 2019-11-30 | 1 | -1/+5 | |
| * | | | | | | | | | | mingw: restrict file handle inheritance only on Windows 7 and later | Johannes Schindelin | 2019-11-23 | 1 | -1/+21 | |
| * | | | | | | | | | | mingw: spawned processes need to inherit only standard handles | Johannes Schindelin | 2019-11-23 | 1 | -11/+109 | |
| * | | | | | | | | | | mingw: work around incorrect standard handles | Johannes Schindelin | 2019-11-23 | 1 | -1/+11 | |
| |/ / / / / / / / / | ||||||
* | | | | | | | | | | Sync with Git 2.24.1 | Junio C Hamano | 2019-12-09 | 4 | -11/+133 | |
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | Sync with 2.23.1 | Johannes Schindelin | 2019-12-06 | 4 | -11/+133 | |
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| / / / / / / / | | |/ / / / / / / | ||||||
| | * | | | | | | | Sync with 2.22.2 | Johannes Schindelin | 2019-12-06 | 4 | -11/+133 | |
| | |\ \ \ \ \ \ \ | | | |/ / / / / / | ||||||
| | | * | | | | | | Sync with 2.21.1 | Johannes Schindelin | 2019-12-06 | 4 | -11/+133 | |
| | | |\ \ \ \ \ \ | | | | |/ / / / / | ||||||
| | | | * | | | | | mingw: sh arguments need quoting in more circumstances | Johannes Schindelin | 2019-12-06 | 1 | -2/+3 | |
| | | | * | | | | | mingw: fix quoting of empty arguments for `sh` | Johannes Schindelin | 2019-12-06 | 1 | -1/+1 | |
| | | | * | | | | | mingw: use MSYS2 quoting even when spawning shell scripts | Johannes Schindelin | 2019-12-06 | 1 | -1/+2 | |
| | | | * | | | | | mingw: detect when MSYS2's sh is to be spawned more robustly | Johannes Schindelin | 2019-12-06 | 1 | -1/+14 | |
| | | | * | | | | | Sync with 2.20.2 | Johannes Schindelin | 2019-12-06 | 4 | -6/+113 | |
| | | | |\ \ \ \ \ | | | | | |/ / / / | ||||||
| | | | | * | | | | Sync with 2.19.3 | Johannes Schindelin | 2019-12-06 | 2 | -6/+112 | |
| | | | | |\ \ \ \ | | | | | | |/ / / | ||||||
| | | | | | * | | | Sync with 2.18.2 | Johannes Schindelin | 2019-12-06 | 2 | -6/+112 | |
| | | | | | |\ \ \ | | | | | | | |/ / | ||||||
| | | | | | | * | | Sync with 2.17.3 | Johannes Schindelin | 2019-12-06 | 2 | -6/+112 | |
| | | | | | | |\ \ | | | | | | | | |/ | ||||||
| | | | | | | | * | Sync with 2.16.6 | Johannes Schindelin | 2019-12-06 | 2 | -6/+112 | |
| | | | | | | | |\ | ||||||
| | | | | | | | | * | Sync with 2.15.4 | Johannes Schindelin | 2019-12-06 | 2 | -6/+112 | |
| | | | | | | | | |\ | ||||||
| | | | | | | | | | * | Sync with 2.14.6 | Johannes Schindelin | 2019-12-06 | 2 | -6/+112 | |
| | | | | | | | | | |\ | ||||||
| | | | | | | | | | | * | Merge branch 'win32-accommodate-funny-drive-names' | Johannes Schindelin | 2019-12-05 | 2 | -4/+41 | |
| | | | | | | | | | | |\ | ||||||
| | | | | | | | | | | | * | mingw: handle `subst`-ed "DOS drives" | Johannes Schindelin | 2019-12-05 | 2 | -2/+26 | |
| | | | | | | | | | | | * | mingw: refuse to access paths with illegal characters | Johannes Schindelin | 2019-12-05 | 2 | -2/+15 | |
| | | | | | | | | | | * | | Merge branch 'win32-filenames-cannot-have-trailing-spaces-or-periods' | Johannes Schindelin | 2019-12-05 | 2 | -1/+67 | |
| | | | | | | | | | | |\ \ | | | | | | | | | | | | |/ | ||||||
| | | | | | | | | | | | * | mingw: refuse to access paths with trailing spaces or periods | Johannes Schindelin | 2019-12-05 | 2 | -1/+67 | |
| | | | | | | | | | | * | | mingw: fix quoting of arguments | Johannes Schindelin | 2019-12-05 | 1 | -3/+6 | |
| | | | | | | | | | | |/ | ||||||
| | | | | | | | | | | * | Merge branch 'rb/compat-poll-fix' into maint | Junio C Hamano | 2017-10-18 | 1 | -0/+4 | |
| | | | | | | | | | | |\ |