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