summaryrefslogtreecommitdiffstats
path: root/config.mak.uname (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ab/auto-detect-zlib-compress2'Junio C Hamano2022-02-171-7/+0
|\
| * compat: auto-detect if zlib has uncompress2()Ævar Arnfjörð Bjarmason2022-01-261-7/+0
* | Merge branch 'bc/csprng-mktemps'Junio C Hamano2022-02-121-0/+8
|\ \ | |/ |/|
| * wrapper: add a helper to generate numbers from a CSPRNGbrian m. carlson2022-01-171-0/+8
* | Merge branch 'da/rhel7-lacks-uncompress2-and-c99'Junio C Hamano2022-01-181-0/+5
|\ \
| * | build: centos/RHEL 7 ships with an older gcc and zlibDavid Aguilar2022-01-161-0/+5
| |/
* / build: NonStop ships with an older zlibRandall S. Becker2022-01-121-0/+1
|/
* Merge branch 'hn/reftable'Junio C Hamano2021-12-151-0/+5
|\
| * Provide zlib's uncompress2 from compat/zlib-compat.cHan-Wen Nienhuys2021-10-081-0/+5
* | git-sh-setup: remove "sane_grep", it's not needed anymoreÆvar Arnfjörð Bjarmason2021-10-221-1/+0
* | Merge branch 'ab/config-based-hooks-1'Junio C Hamano2021-10-141-3/+3
|\ \
| * | Makefile: stop hardcoding {command,config}-list.hÆvar Arnfjörð Bjarmason2021-09-241-3/+3
| |/
* / Makefile: restrict -Wpedantic and -Wno-pedantic-ms-format betterCarlo Marcelo Arenas Belón2021-09-291-1/+5
|/
* Merge branch 'es/trace2-log-parent-process-name'Junio C Hamano2021-08-251-0/+3
|\
| * tr2: log parent process nameEmily Shaffer2021-07-221-0/+2
| * tr2: make process info collection platform-genericEmily Shaffer2021-07-221-0/+1
* | Merge branch 'js/config-mak-windows-pcre-fix'Junio C Hamano2021-07-171-1/+1
|\ \
| * | config.mak.uname: PCRE1 cleanupCarlo Marcelo Arenas Belón2021-06-291-1/+1
| |/
* / mingw: move Git for Windows' system config where users expect itJohannes Schindelin2021-06-291-0/+10
|/
* Merge branch 'jh/simple-ipc'Junio C Hamano2021-04-021-0/+2
|\
| * simple-ipc: add win32 implementationJeff Hostetler2021-03-151-0/+2
* | Merge branch 'jk/open-returns-eintr'Junio C Hamano2021-03-051-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-241-1/+0
|/
* Merge branch 'rb/nonstop-config-mak-uname-update'Junio C Hamano2020-12-191-4/+0
|\
| * config.mak.uname: remove old NonStop compatibility settingsRandall S. Becker2020-12-171-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-171-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-121-1/+2
|\ \ \ \ \ \ \ \ \