Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | compat/mingw.h: drop extern from function declaration | Denton Liu | 2020-10-07 | 1 | -1/+1 |
* | Merge branch 'jk/drop-unaligned-loads' | Junio C Hamano | 2020-10-04 | 1 | -24/+0 |
|\ | |||||
| * | bswap.h: drop unaligned loads | Jeff King | 2020-09-24 | 1 | -24/+0 |
* | | vcbuild: fix batch file name in README | Orgad Shaneh | 2020-09-03 | 1 | -2/+2 |
* | | vcbuild: fix library name for expat with make MSVC=1 | Orgad Shaneh | 2020-09-03 | 1 | -1/+1 |
* | | Merge branch 'jh/mingw-unlink' | Junio C Hamano | 2020-08-19 | 1 | -0/+3 |
|\ \ | |||||
| * | | mingw: improve performance of mingw_unlink() | Jeff Hostetler | 2020-08-17 | 1 | -0/+3 |
| |/ | |||||
* | | strvec: convert more callers away from argv_array name | Jeff King | 2020-07-28 | 2 | -11/+11 |
|/ | |||||
* | Merge branch 'js/msvc-build-fix' | Junio C Hamano | 2020-06-17 | 1 | -1/+3 |
|\ | |||||
| * | msvc: fix "REG_STARTEND" issue | Johannes Schindelin | 2020-06-04 | 1 | -1/+3 |
* | | Merge branch 'cb/no-more-gmtime' | Junio C Hamano | 2020-05-20 | 1 | -29/+0 |
|\ \ | |||||
| * | | compat: remove gmtime | Carlo Marcelo Arenas Belón | 2020-05-14 | 1 | -29/+0 |
| * | | Merge branch 'js/mingw-open-in-gdb' into maint | Junio C Hamano | 2020-03-17 | 2 | -0/+23 |
| |\ \ | |||||
| * \ \ | Merge branch 'am/mingw-poll-fix' into maint | Junio C Hamano | 2020-03-17 | 1 | -28/+3 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'jk/clang-sanitizer-fixes' into maint | Junio C Hamano | 2020-03-17 | 1 | -2/+4 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'jk/asan-build-fix' into maint | Junio C Hamano | 2020-02-14 | 1 | -0/+5 |
| |\ \ \ \ \ | |||||
* | \ \ \ \ \ | Merge branch 'es/bugreport' | Junio C Hamano | 2020-05-01 | 2 | -2/+43 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | bugreport: add compiler info | Emily Shaffer | 2020-04-16 | 1 | -0/+41 |
| * | | | | | | | help: move list_config_help to builtin/help | Emily Shaffer | 2020-04-16 | 1 | -2/+2 |
* | | | | | | | | compat/regex: move stdlib.h up in inclusion chain | Đoàn Trần Công Danh | 2020-04-27 | 2 | -1/+1 |
* | | | | | | | | Merge branch 'js/mingw-isilon-nfs' | Junio C Hamano | 2020-04-22 | 1 | -2/+15 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | mingw: cope with the Isilon network file system | Nathan Sanders | 2020-04-10 | 1 | -2/+15 |
| | |_|_|_|_|_|/ | |/| | | | | | | |||||
* | | | | | | | | Merge branch 'js/mingw-fixes' | Junio C Hamano | 2020-04-22 | 1 | -4/+41 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | mingw: help debugging by optionally executing bash with strace | Johannes Schindelin | 2020-04-10 | 1 | -0/+26 |
| * | | | | | | | | mingw: do not treat `COM0` as a reserved file name | Johannes Schindelin | 2020-04-08 | 1 | -3/+5 |
| * | | | | | | | | mingw: use modern strftime implementation if possible | Matthias Aßhauer | 2020-04-08 | 1 | -1/+10 |
| |/ / / / / / / | |||||
* | | | | | | | | run-command: trigger PATH lookup properly on Cygwin | Andras Kucsma | 2020-03-27 | 1 | -0/+11 |
|/ / / / / / / | |||||
* | | | | | | | Merge branch 'am/mingw-poll-fix' | Junio C Hamano | 2020-03-09 | 1 | -28/+3 |
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | |||||
| * | | | | | | 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 |
| | |/ | |/| |