Age | Commit message (Expand) | Author | Files | Lines |
2021-08-24 | Merge branch 'es/trace2-log-parent-process-name' | Junio C Hamano | 1 | -0/+3 |
2021-07-22 | tr2: log parent process name | Emily Shaffer | 1 | -0/+2 |
2021-07-22 | tr2: make process info collection platform-generic | Emily Shaffer | 1 | -0/+1 |
2021-07-16 | Merge branch 'js/config-mak-windows-pcre-fix' | Junio C Hamano | 1 | -1/+1 |
2021-06-28 | mingw: move Git for Windows' system config where users expect it | Johannes Schindelin | 1 | -0/+10 |
2021-06-28 | config.mak.uname: PCRE1 cleanup | Carlo Marcelo Arenas Belón | 1 | -1/+1 |
2021-04-02 | Merge branch 'jh/simple-ipc' | Junio C Hamano | 1 | -0/+2 |
2021-03-15 | simple-ipc: add win32 implementation | Jeff Hostetler | 1 | -0/+2 |
2021-03-04 | Merge branch 'jk/open-returns-eintr' | Junio C Hamano | 1 | -0/+3 |
2021-03-01 | config.mak.uname: enable OPEN_RETURNS_EINTR for macOS Big Sur | Jeff King | 1 | -0/+3 |
2021-01-23 | config.mak.uname: remove redundant NO_LIBPCRE1_JIT flag | Ævar Arnfjörð Bjarmason | 1 | -1/+0 |
2020-12-18 | Merge branch 'rb/nonstop-config-mak-uname-update' | Junio C Hamano | 1 | -4/+0 |
2020-12-16 | config.mak.uname: remove old NonStop compatibility settings | Randall S. Becker | 1 | -4/+0 |
2020-11-11 | config.mak.uname: remove unused NEEDS_SSL_WITH_CURL flag | Ævar Arnfjörð Bjarmason | 1 | -5/+0 |
2020-11-11 | config.mak.uname: remove unused the NO_R_TO_GCC_LINKER flag | Ævar Arnfjörð Bjarmason | 1 | -3/+0 |
2020-05-20 | Merge branch 'cb/no-more-gmtime' | Junio C Hamano | 1 | -1/+0 |
2020-05-14 | compat: remove gmtime | Carlo Marcelo Arenas Belón | 1 | -1/+0 |
2020-05-01 | Merge branch 'es/bugreport' | Junio C Hamano | 1 | -3/+3 |
2020-05-01 | Merge branch 'ds/build-homebrew-gettext-fix' | Junio C Hamano | 1 | -2/+11 |
2020-04-27 | macOS/brew: let the build find gettext headers/libraries/msgfmt | Johannes Schindelin | 1 | -2/+11 |
2020-04-22 | config.mak.uname: Define FREAD_READS_DIRECTORIES for GNU/Hurd | Jessica Clarke | 1 | -0/+1 |
2020-04-16 | help: move list_config_help to builtin/help | Emily Shaffer | 1 | -3/+3 |
2019-12-06 | Sync with 2.23.1 | Johannes Schindelin | 1 | -2/+1 |
2019-12-06 | Sync with 2.22.2 | Johannes Schindelin | 1 | -2/+1 |
2019-12-06 | Sync with 2.21.1 | Johannes Schindelin | 1 | -2/+1 |
2019-12-06 | Sync with 2.20.2 | Johannes Schindelin | 1 | -2/+1 |
2019-12-06 | Sync with 2.19.3 | Johannes Schindelin | 1 | -2/+1 |
2019-12-06 | Sync with 2.18.2 | Johannes Schindelin | 1 | -2/+1 |
2019-12-06 | Sync with 2.17.3 | Johannes Schindelin | 1 | -2/+0 |
2019-12-06 | Sync with 2.15.4 | Johannes Schindelin | 1 | -2/+0 |
2019-12-06 | Sync with 2.14.6 | Johannes Schindelin | 1 | -2/+0 |
2019-12-05 | protect_ntfs: turn on NTFS protection by default | Johannes Schindelin | 1 | -2/+0 |
2019-10-06 | vcxproj: include more generated files | Johannes Schindelin | 1 | -3/+6 |
2019-10-06 | vcxproj: only copy `git-remote-http.exe` once it was built | Johannes Schindelin | 1 | -3/+7 |
2019-07-29 | vcxproj: also link-or-copy builtins | Johannes Schindelin | 1 | -0/+15 |
2019-07-29 | msvc: add a Makefile target to pre-generate the Visual Studio solution | Johannes Schindelin | 1 | -0/+61 |
2019-07-11 | Merge branch 'js/mingw-gcc-stack-protect' | Junio C Hamano | 1 | -1/+2 |
2019-06-27 | mingw: enable stack smashing protector | Johannes Schindelin | 1 | -1/+2 |
2019-06-25 | msvc: add a compile-time flag to allow detailed heap debugging | Jeff Hostetler | 1 | -0/+4 |
2019-06-25 | msvc: support building Git using MS Visual C++ | Jeff Hostetler | 1 | -10/+62 |
2019-06-20 | msvc: fix dependencies of compat/msvc.c | Johannes Schindelin | 1 | -0/+2 |
2019-06-20 | mingw: replace mingw_startup() hack | Johannes Schindelin | 1 | -1/+2 |
2019-06-20 | mingw: fix a typo in the msysGit-specific section | Johannes Schindelin | 1 | -1/+1 |
2019-05-19 | Merge branch 'id/windows-dep-aslr' | Junio C Hamano | 1 | -0/+8 |
2019-05-13 | Merge branch 'cc/access-on-aix-workaround' | Junio C Hamano | 1 | -0/+1 |
2019-05-13 | mingw: enable DEP and ASLR | İsmail Dönmez | 1 | -0/+6 |
2019-05-13 | mingw: do not let ld strip relocations | İsmail Dönmez | 1 | -0/+2 |
2019-05-09 | Merge branch 'cc/aix-has-fileno-as-a-macro' | Junio C Hamano | 1 | -0/+1 |
2019-05-09 | Merge branch 'ss/msvc-path-utils-fix' | Junio C Hamano | 1 | -0/+1 |
2019-04-25 | git-compat-util: work around for access(X_OK) under root | Clément Chigot | 1 | -0/+1 |