Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2021-05-22 | Merge branch 'jh/simple-ipc-sans-pthread' | Junio C Hamano | 3 | -7/+19 |
2021-05-21 | simple-ipc: correct ifdefs when NO_PTHREADS is defined | Jeff Hostetler | 3 | -7/+19 |
2021-04-20 | Merge branch 'js/access-nul-emulation-on-windows' | Junio C Hamano | 1 | -0/+2 |
2021-04-16 | msvc: avoid calling `access("NUL", flags)` | Johannes Schindelin | 1 | -0/+2 |
2021-04-13 | Merge branch 'tb/precompose-prefix-simplify' | Junio C Hamano | 2 | -5/+5 |
2021-04-05 | precompose_utf8: make precompose_string_if_needed() public | Torsten Bögershausen | 2 | -5/+5 |
2021-04-02 | Merge branch 'jh/simple-ipc' | Junio C Hamano | 3 | -0/+1778 |
2021-03-22 | simple-ipc: add Unix domain socket implementation | Jeff Hostetler | 1 | -0/+999 |
2021-03-15 | simple-ipc: add win32 implementation | Jeff Hostetler | 2 | -0/+779 |
2021-03-08 | Sync with Git 2.30.2 for CVE-2021-21300 | Junio C Hamano | 1 | -0/+2 |
2021-03-04 | Merge branch 'jk/open-returns-eintr' | Junio C Hamano | 2 | -0/+26 |
2021-02-26 | Makefile: add OPEN_RETURNS_EINTR knob | Jeff King | 2 | -0/+26 |
2021-02-12 | Sync with 2.29.3 | Johannes Schindelin | 1 | -0/+2 |
2021-02-12 | Sync with 2.28.1 | Johannes Schindelin | 1 | -0/+2 |
2021-02-12 | Sync with 2.27.1 | Johannes Schindelin | 1 | -0/+2 |
2021-02-12 | Sync with 2.26.3 | Johannes Schindelin | 1 | -0/+2 |
2021-02-12 | Sync with 2.25.5 | Johannes Schindelin | 1 | -0/+2 |
2021-02-12 | Sync with 2.24.4 | Johannes Schindelin | 1 | -0/+2 |
2021-02-12 | Sync with 2.23.4 | Johannes Schindelin | 1 | -0/+2 |
2021-02-12 | Sync with 2.22.5 | Johannes Schindelin | 1 | -0/+2 |
2021-02-12 | Sync with 2.21.4 | Johannes Schindelin | 1 | -0/+2 |
2021-02-12 | Sync with 2.20.5 | Johannes Schindelin | 1 | -0/+2 |
2021-02-12 | Sync with 2.19.6 | Johannes Schindelin | 1 | -0/+2 |
2021-02-12 | Sync with 2.18.5 | Johannes Schindelin | 1 | -0/+2 |
2021-02-12 | Sync with 2.17.6 | Johannes Schindelin | 1 | -0/+2 |
2021-02-12 | checkout: fix bug that makes checkout follow symlinks in leading path | Matheus Tavares | 1 | -0/+2 |
2021-02-03 | MacOS: precompose_argv_prefix() | Torsten Bögershausen | 2 | -20/+34 |
2020-12-14 | Merge branch 'da/vs-build-iconv-fix' | Junio C Hamano | 1 | -1/+1 |
2020-12-04 | ci(vs-build): stop passing the iconv library location explicitly | Dennis Ameling | 1 | -1/+1 |
2020-11-11 | compat/bswap.h: don't assume MSVC is little-endian | Daniel Gurney | 1 | -1/+1 |
2020-11-09 | compat/bswap.h: simplify MSVC endianness detection | Daniel Gurney | 1 | -1/+1 |
2020-10-07 | compat/mingw.h: drop extern from function declaration | Denton Liu | 1 | -1/+1 |
2020-10-04 | Merge branch 'jk/drop-unaligned-loads' | Junio C Hamano | 1 | -24/+0 |
2020-09-24 | bswap.h: drop unaligned loads | Jeff King | 1 | -24/+0 |
2020-09-03 | vcbuild: fix batch file name in README | Orgad Shaneh | 1 | -2/+2 |
2020-09-03 | vcbuild: fix library name for expat with make MSVC=1 | Orgad Shaneh | 1 | -1/+1 |
2020-08-19 | Merge branch 'jh/mingw-unlink' | Junio C Hamano | 1 | -0/+3 |
2020-08-17 | mingw: improve performance of mingw_unlink() | Jeff Hostetler | 1 | -0/+3 |
2020-07-28 | strvec: convert more callers away from argv_array name | Jeff King | 2 | -11/+11 |
2020-06-17 | Merge branch 'js/msvc-build-fix' | Junio C Hamano | 1 | -1/+3 |
2020-06-04 | msvc: fix "REG_STARTEND" issue | Johannes Schindelin | 1 | -1/+3 |
2020-05-20 | Merge branch 'cb/no-more-gmtime' | Junio C Hamano | 1 | -29/+0 |
2020-05-14 | compat: remove gmtime | Carlo Marcelo Arenas Belón | 1 | -29/+0 |
2020-05-01 | Merge branch 'es/bugreport' | Junio C Hamano | 2 | -2/+43 |
2020-04-27 | compat/regex: move stdlib.h up in inclusion chain | Đoàn Trần Công Danh | 2 | -1/+1 |
2020-04-22 | Merge branch 'js/mingw-isilon-nfs' | Junio C Hamano | 1 | -2/+15 |
2020-04-22 | Merge branch 'js/mingw-fixes' | Junio C Hamano | 1 | -4/+41 |
2020-04-16 | bugreport: add compiler info | Emily Shaffer | 1 | -0/+41 |
2020-04-16 | help: move list_config_help to builtin/help | Emily Shaffer | 1 | -2/+2 |
2020-04-10 | mingw: cope with the Isilon network file system | Nathan Sanders | 1 | -2/+15 |