Age | Commit message (Expand) | Author | Files | Lines |
2020-01-02 | Merge branch 'js/mingw-reserved-filenames' | Junio C Hamano | 2 | -22/+111 |
2019-12-21 | mingw: refuse paths containing reserved names | Johannes Schindelin | 2 | -16/+99 |
2019-12-21 | mingw: short-circuit the conversion of `/dev/null` to UTF-16 | Johannes Schindelin | 1 | -10/+16 |
2019-12-16 | Merge branch 'dd/time-reentrancy' | Junio C Hamano | 1 | -6/+6 |
2019-12-10 | Merge branch 'js/mingw-inherit-only-std-handles' | Junio C Hamano | 2 | -12/+145 |
2019-12-09 | Sync with Git 2.24.1 | Junio C Hamano | 4 | -11/+133 |
2019-12-06 | Sync with 2.23.1 | Johannes Schindelin | 4 | -11/+133 |
2019-12-06 | Sync with 2.22.2 | Johannes Schindelin | 4 | -11/+133 |
2019-12-06 | Sync with 2.21.1 | Johannes Schindelin | 4 | -11/+133 |
2019-12-06 | mingw: sh arguments need quoting in more circumstances | Johannes Schindelin | 1 | -2/+3 |
2019-12-06 | mingw: fix quoting of empty arguments for `sh` | Johannes Schindelin | 1 | -1/+1 |
2019-12-06 | mingw: use MSYS2 quoting even when spawning shell scripts | Johannes Schindelin | 1 | -1/+2 |
2019-12-06 | mingw: detect when MSYS2's sh is to be spawned more robustly | Johannes Schindelin | 1 | -1/+14 |
2019-12-06 | Sync with 2.20.2 | Johannes Schindelin | 4 | -6/+113 |
2019-12-06 | Sync with 2.19.3 | Johannes Schindelin | 2 | -6/+112 |
2019-12-06 | Sync with 2.18.2 | Johannes Schindelin | 2 | -6/+112 |
2019-12-06 | Sync with 2.17.3 | Johannes Schindelin | 2 | -6/+112 |
2019-12-06 | Sync with 2.16.6 | Johannes Schindelin | 2 | -6/+112 |
2019-12-06 | Sync with 2.15.4 | Johannes Schindelin | 2 | -6/+112 |
2019-12-06 | Sync with 2.14.6 | Johannes Schindelin | 2 | -6/+112 |
2019-12-05 | Merge branch 'win32-accommodate-funny-drive-names' | Johannes Schindelin | 2 | -4/+41 |
2019-12-05 | Merge branch 'win32-filenames-cannot-have-trailing-spaces-or-periods' | Johannes Schindelin | 2 | -1/+67 |
2019-12-05 | mingw: handle `subst`-ed "DOS drives" | Johannes Schindelin | 2 | -2/+26 |
2019-12-05 | mingw: refuse to access paths with trailing spaces or periods | Johannes Schindelin | 2 | -1/+67 |
2019-12-05 | mingw: refuse to access paths with illegal characters | Johannes Schindelin | 2 | -2/+15 |
2019-12-05 | mingw: fix quoting of arguments | Johannes Schindelin | 1 | -3/+6 |
2019-12-02 | mingw: forbid translating ERROR_SUCCESS to an errno value | Johannes Schindelin | 1 | -0/+1 |
2019-12-01 | mingw: use {gm,local}time_s as backend for {gm,local}time_r | Doan Tran Cong Danh | 1 | -6/+6 |
2019-12-01 | Merge branch 'rs/use-copy-array-in-mingw-shell-command-preparation' | Junio C Hamano | 1 | -1/+1 |
2019-12-01 | Merge branch 'en/doc-typofix' | Junio C Hamano | 8 | -11/+11 |
2019-11-30 | mingw: do set `errno` correctly when trying to restrict handle inheritance | Johannes Schindelin | 1 | -1/+5 |
2019-11-23 | mingw: restrict file handle inheritance only on Windows 7 and later | Johannes Schindelin | 1 | -1/+21 |
2019-11-23 | mingw: spawned processes need to inherit only standard handles | Johannes Schindelin | 1 | -11/+109 |
2019-11-23 | mingw: work around incorrect standard handles | Johannes Schindelin | 1 | -1/+11 |
2019-11-13 | mingw: use COPY_ARRAY for copying array | René Scharfe | 1 | -1/+1 |
2019-11-10 | Fix spelling errors in no-longer-updated-from-upstream modules | Elijah Newren | 6 | -9/+9 |
2019-11-10 | Fix spelling errors in code comments | Elijah Newren | 2 | -2/+2 |
2019-10-30 | Merge branch 'js/mingw-needs-hiding-fix' | Junio C Hamano | 1 | -0/+2 |
2019-10-28 | mingw: avoid a buffer overrun in `needs_hiding()` | Johannes Schindelin | 1 | -0/+2 |
2019-10-18 | Merge branch 'dl/compat-cleanup' | Junio C Hamano | 1 | -1/+1 |
2019-10-15 | Merge branch 'js/azure-pipelines-msvc' | Junio C Hamano | 4 | -2/+55 |
2019-10-11 | pthread.h: manually align parameter lists | Denton Liu | 1 | -1/+1 |
2019-10-09 | Merge branch 'js/diff-rename-force-stable-sort' | Junio C Hamano | 2 | -70/+3 |
2019-10-06 | msvc: work around a bug in GetEnvironmentVariable() | Johannes Schindelin | 1 | -0/+2 |
2019-10-06 | msvc: handle DEVELOPER=1 | Johannes Schindelin | 1 | -0/+46 |
2019-10-06 | msvc: ignore some libraries when linking | Johannes Schindelin | 1 | -1/+1 |
2019-10-06 | compat/win32/path-utils.h: add #include guards | Johannes Schindelin | 1 | -0/+5 |
2019-10-06 | winansi: use FLEX_ARRAY to avoid compiler warning | Johannes Schindelin | 1 | -1/+1 |
2019-10-02 | Move git_sort(), a stable sort, into into libgit.a | Johannes Schindelin | 2 | -70/+3 |
2019-09-30 | Merge branch 'ar/mingw-run-external-with-non-ascii-path' | Junio C Hamano | 1 | -4/+11 |