summaryrefslogtreecommitdiff
path: root/config.mak.uname
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jk/open-returns-eintr'Junio C Hamano2021-03-041-0/+3
|\
| * config.mak.uname: enable OPEN_RETURNS_EINTR for macOS Big SurJeff King2021-03-011-0/+3
* | config.mak.uname: remove redundant NO_LIBPCRE1_JIT flagÆvar Arnfjörð Bjarmason2021-01-231-1/+0
|/
* Merge branch 'rb/nonstop-config-mak-uname-update'Junio C Hamano2020-12-181-4/+0
|\
| * config.mak.uname: remove old NonStop compatibility settingsRandall S. Becker2020-12-161-4/+0
* | config.mak.uname: remove unused NEEDS_SSL_WITH_CURL flagÆvar Arnfjörð Bjarmason2020-11-111-5/+0
* | config.mak.uname: remove unused the NO_R_TO_GCC_LINKER flagÆvar Arnfjörð Bjarmason2020-11-111-3/+0
|/
* Merge branch 'cb/no-more-gmtime'Junio C Hamano2020-05-201-1/+0
|\
| * compat: remove gmtimeCarlo Marcelo Arenas Belón2020-05-141-1/+0
* | Merge branch 'es/bugreport'Junio C Hamano2020-05-011-3/+3
|\ \
| * | help: move list_config_help to builtin/helpEmily Shaffer2020-04-161-3/+3
| |/
* | Merge branch 'ds/build-homebrew-gettext-fix'Junio C Hamano2020-05-011-2/+11
|\ \
| * | macOS/brew: let the build find gettext headers/libraries/msgfmtJohannes Schindelin2020-04-271-2/+11
| |/
* | config.mak.uname: Define FREAD_READS_DIRECTORIES for GNU/HurdJessica Clarke2020-04-221-0/+1
|/
* Sync with 2.23.1Johannes Schindelin2019-12-061-2/+1
|\
| * Sync with 2.22.2Johannes Schindelin2019-12-061-2/+1
| |\
| | * Sync with 2.21.1Johannes Schindelin2019-12-061-2/+1
| | |\
| | | * Sync with 2.20.2Johannes Schindelin2019-12-061-2/+1
| | | |\
| | | | * Sync with 2.19.3Johannes Schindelin2019-12-061-2/+1
| | | | |\
| | | | | * Sync with 2.18.2Johannes Schindelin2019-12-061-2/+1
| | | | | |\
| | | | | | * Sync with 2.17.3Johannes Schindelin2019-12-061-2/+0
| | | | | | |\
| | | | | | | * Sync with 2.15.4Johannes Schindelin2019-12-061-2/+0
| | | | | | | |\
| | | | | | | | * Sync with 2.14.6Johannes Schindelin2019-12-061-2/+0
| | | | | | | | |\
| | | | | | | | | * protect_ntfs: turn on NTFS protection by defaultJohannes Schindelin2019-12-051-2/+0
* | | | | | | | | | vcxproj: include more generated filesJohannes Schindelin2019-10-061-3/+6
* | | | | | | | | | vcxproj: only copy `git-remote-http.exe` once it was builtJohannes Schindelin2019-10-061-3/+7
|/ / / / / / / / /
* | | | | | | | | vcxproj: also link-or-copy builtinsJohannes Schindelin2019-07-291-0/+15
* | | | | | | | | msvc: add a Makefile target to pre-generate the Visual Studio solutionJohannes Schindelin2019-07-291-0/+61
* | | | | | | | | Merge branch 'js/mingw-gcc-stack-protect'Junio C Hamano2019-07-111-1/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | mingw: enable stack smashing protectorJohannes Schindelin2019-06-271-1/+2
| |/ / / / / / / /
* | | | | | | | | msvc: add a compile-time flag to allow detailed heap debuggingJeff Hostetler2019-06-251-0/+4
* | | | | | | | | msvc: support building Git using MS Visual C++Jeff Hostetler2019-06-251-10/+62
* | | | | | | | | msvc: fix dependencies of compat/msvc.cJohannes Schindelin2019-06-201-0/+2
* | | | | | | | | mingw: replace mingw_startup() hackJohannes Schindelin2019-06-201-1/+2
* | | | | | | | | mingw: fix a typo in the msysGit-specific sectionJohannes Schindelin2019-06-201-1/+1
|/ / / / / / / /
* | | | | | | | Merge branch 'id/windows-dep-aslr'Junio C Hamano2019-05-191-0/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | mingw: enable DEP and ASLRİsmail Dönmez2019-05-131-0/+6
| * | | | | | | | mingw: do not let ld strip relocationsİsmail Dönmez2019-05-131-0/+2
* | | | | | | | | Merge branch 'cc/access-on-aix-workaround'Junio C Hamano2019-05-131-0/+1
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | git-compat-util: work around for access(X_OK) under rootClément Chigot2019-04-251-0/+1
* | | | | | | | | Merge branch 'cc/aix-has-fileno-as-a-macro'Junio C Hamano2019-05-091-0/+1
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Makefile: use fileno macro work around on AIXClément Chigot2019-04-251-0/+1
* | | | | | | | | Merge branch 'ss/msvc-path-utils-fix'Junio C Hamano2019-05-091-0/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | MSVC: include compat/win32/path-utils.h for MSVC, too, for real_path()Sven Strickroth2019-04-091-0/+1
* | | | | | | | | | Merge branch 'js/macos-gettext-build'Junio C Hamano2019-04-251-0/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | macOS: make sure that gettext is foundJohannes Schindelin2019-04-151-0/+2
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Sync with maintJunio C Hamano2019-03-111-1/+1
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | mingw: allow building with an MSYS2 runtime v3.xJohannes Schindelin2019-03-111-1/+1
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | mingw: drop MakeMaker referenceJohannes Schindelin2019-03-081-1/+0
* | | | | | | | | trace2: collect Windows-specific process informationJeff Hostetler2019-02-221-0/+2
|/ / / / / / / /