summaryrefslogtreecommitdiffstats
path: root/Makefile (follow)
Commit message (Expand)AuthorAgeFilesLines
* mem-pool: fix big allocationsRené Scharfe2023-12-281-0/+1
* Merge branch 'js/update-urls-in-doc-and-comment'Junio C Hamano2023-12-181-2/+2
|\
| * doc: switch links to httpsJosh Soref2023-11-261-2/+2
* | Merge branch 'cc/git-replay'Junio C Hamano2023-12-181-1/+1
|\ \
| * | replay: introduce new builtinElijah Newren2023-11-261-1/+1
* | | Merge branch 'ac/fuzz-show-date'Junio C Hamano2023-12-181-0/+1
|\ \ \
| * | | fuzz: add new oss-fuzz fuzzer for date.c / date.hArthur Chan2023-11-201-0/+1
* | | | Merge branch 'ps/ban-a-or-o-operator-with-test'Junio C Hamano2023-12-101-1/+1
|\ \ \ \
| * | | | Makefile: stop using `test -o` when unlinking duplicate executablesPatrick Steinhardt2023-11-111-1/+1
| | |/ / | |/| |
* | | | Merge branch 'js/doc-unit-tests-with-cmake'Junio C Hamano2023-12-101-1/+1
|\ \ \ \
| * | | | artifacts-tar: when including `.dll` files, don't forget the unit-testsJohannes Schindelin2023-11-101-1/+1
* | | | | Merge branch 'js/doc-unit-tests'Junio C Hamano2023-12-101-3/+25
|\| | | | | |/ / / |/| | |
| * | | unit tests: add TAP unit test frameworkPhillip Wood2023-11-101-3/+25
* | | | Merge branch 'bc/racy-4gb-files'Junio C Hamano2023-10-231-0/+1
|\ \ \ \
| * | | | t: add a test helper to truncate filesbrian m. carlson2023-10-131-0/+1
| | |/ / | |/| |
* | | | Merge branch 'cc/repack-sift-filtered-objects-to-separate-pack'Junio C Hamano2023-10-101-0/+1
|\ \ \ \
| * | | | t/helper: add 'find-pack' test-toolChristian Couder2023-10-021-0/+1
| | |_|/ | |/| |
* | | | Merge branch 'cw/prelim-cleanup'Junio C Hamano2023-10-101-0/+2
|\ \ \ \ | |/ / / |/| | |
| * | | parse: separate out parsing functions from config.hCalvin Wan2023-09-301-0/+1
| * | | hex-ll: separate out non-hash-algo functionsCalvin Wan2023-09-301-0/+1
| |/ /
* | | Merge branch 'jc/update-index-show-index-version'Junio C Hamano2023-09-201-1/+0
|\ \ \ | |/ / |/| |
| * | test-tool: retire "index-version"Junio C Hamano2023-09-131-1/+0
| |/
* | Merge branch 'ds/maintenance-on-windows-fix'Junio C Hamano2023-08-151-0/+9
|\ \
| * | win32: add a helper to run `git.exe` without a foreground windowJohannes Schindelin2023-08-091-0/+9
| |/
* | Merge branch 'ew/hash-with-openssl-evp'Junio C Hamano2023-08-101-0/+6
|\ \
| * | avoid SHA-1 functions deprecated in OpenSSL 3+Eric Wong2023-08-011-0/+3
| * | sha256: avoid functions deprecated in OpenSSL 3+Eric Wong2023-08-011-0/+3
| |/
* | merge-ll: rename from ll-mergeElijah Newren2023-06-211-1/+1
* | cache.h: remove this no-longer-used headerElijah Newren2023-06-211-1/+1
* | statinfo: move stat_{data,validity} functions from cache/read-cacheElijah Newren2023-06-211-0/+1
* | setup: adopt shared init-db & clone codeElijah Newren2023-06-211-2/+2
|/
* Merge branch 'en/header-split-cache-h'Junio C Hamano2023-04-251-1/+1
|\
| * git-zlib: move declarations for git-zlib functions from cache.hElijah Newren2023-04-111-1/+1
* | doc: remove GNU troff workaroundFelipe Contreras2023-03-211-4/+0
|/
* add: remove "add.interactive.useBuiltin" & Perl "git add--interactive"Ævar Arnfjörð Bjarmason2023-02-071-1/+0
* Merge branch 'rs/use-enhanced-bre-on-macos'Junio C Hamano2023-01-231-0/+9
|\
| * use enhanced basic regular expressions on macOSRené Scharfe2023-01-081-0/+9
* | Merge branch 'ab/test-env-helper'Junio C Hamano2023-01-231-1/+1
|\ \
| * | env-helper: move this built-in to "test-tool env-helper"Ævar Arnfjörð Bjarmason2023-01-151-1/+1
| |/
* | Merge branch 'ab/darwin-default-to-sha1dc'Junio C Hamano2022-12-261-6/+4
|\ \
| * | Makefile: use sha1collisiondetection by default on OSX and DarwinÆvar Arnfjörð Bjarmason2022-12-151-6/+4
| |/
* | Merge branch 'dd/git-bisect-builtin'Junio C Hamano2022-12-141-2/+1
|\ \ | |/ |/|
| * Turn `git bisect` into a full built-inJohannes Schindelin2022-11-111-2/+1
* | Merge branch 'ab/coccicheck-incremental'Junio C Hamano2022-11-231-25/+150
|\ \
| * | Makefile: don't create a ".build/.build/" for cocci, fix outputÆvar Arnfjörð Bjarmason2022-11-111-6/+6
| * | cocci: run against a generated ALL.cocciÆvar Arnfjörð Bjarmason2022-11-031-0/+38
| * | Makefile: copy contrib/coccinelle/*.cocci to build/Ævar Arnfjörð Bjarmason2022-11-031-6/+21
| * | cocci: optimistically use COMPUTE_HEADER_DEPENDENCIESÆvar Arnfjörð Bjarmason2022-11-031-2/+13
| * | cocci: make "coccicheck" rule incrementalÆvar Arnfjörð Bjarmason2022-11-031-26/+55
| * | cocci: split off "--all-includes" from SPATCH_FLAGSÆvar Arnfjörð Bjarmason2022-11-031-1/+4