summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
11 daysMerge branch 'tb/make-indent-conditional-with-non-spaces'Junio C Hamano
2024-04-08Makefile(s): avoid recipe prefix in conditional statementsTaylor Blau
2024-04-01midx-write: move writing-related functions from midx.cTaylor Blau
2024-03-28Merge branch 'bt/fuzz-config-parse'Junio C Hamano
2024-03-28Merge branch 'eb/hash-transition'Junio C Hamano
2024-03-15fuzz: add fuzzer for config parsingBrian C Tracy
2024-02-27Merge branch 'ps/reftable-backend'Junio C Hamano
2024-02-08Merge branch 'jk/unit-tests-buildfix'Junio C Hamano
2024-02-08Merge branch 'cp/unit-test-prio-queue'Junio C Hamano
2024-02-07refs: introduce reftable backendPatrick Steinhardt
2024-02-06Merge branch 'jc/make-libpath-template'Junio C Hamano
2024-01-31Makefile: reduce repetitive library pathsJunio C Hamano
2024-01-30Makefile: remove UNIT_TEST_BIN directory with "make clean"Jeff King
2024-01-30Makefile: use mkdir_p_parent_template for UNIT_TEST_BINJeff King
2024-01-30Merge branch 'js/oss-fuzz-build-in-ci'Junio C Hamano
2024-01-26Merge branch 'al/unit-test-ctype'Junio C Hamano
2024-01-22tests: move t0009-prio-queue.sh to the new unit testing frameworkChandra Pratap
2024-01-19ci: build and run minimal fuzzers in GitHub CIJosh Steadmon
2024-01-19fuzz: fix fuzz test build rulesJosh Steadmon
2024-01-16unit-tests: rewrite t/helper/test-ctype.c as a unit testAchu Luma
2023-12-28mem-pool: fix big allocationsRené Scharfe
2023-12-18Merge branch 'js/update-urls-in-doc-and-comment'Junio C Hamano
2023-12-18Merge branch 'cc/git-replay'Junio C Hamano
2023-12-18Merge branch 'ac/fuzz-show-date'Junio C Hamano
2023-12-10Merge branch 'ps/ban-a-or-o-operator-with-test'Junio C Hamano
2023-12-10Merge branch 'js/doc-unit-tests-with-cmake'Junio C Hamano
2023-12-10Merge branch 'js/doc-unit-tests'Junio C Hamano
2023-11-26replay: introduce new builtinElijah Newren
2023-11-26doc: switch links to httpsJosh Soref
2023-11-19fuzz: add new oss-fuzz fuzzer for date.c / date.hArthur Chan
2023-11-11Makefile: stop using `test -o` when unlinking duplicate executablesPatrick Steinhardt
2023-11-09artifacts-tar: when including `.dll` files, don't forget the unit-testsJohannes Schindelin
2023-11-09unit tests: add TAP unit test frameworkPhillip Wood
2023-10-23Merge branch 'bc/racy-4gb-files'Junio C Hamano
2023-10-13t: add a test helper to truncate filesbrian m. carlson
2023-10-10Merge branch 'cc/repack-sift-filtered-objects-to-separate-pack'Junio C Hamano
2023-10-10Merge branch 'cw/prelim-cleanup'Junio C Hamano
2023-10-02t1016-compatObjectFormat: add tests to verify the conversion between objectsEric W. Biederman
2023-10-02loose: add a mapping between SHA-1 and SHA-256 for loose objectsbrian m. carlson
2023-10-02object-file-convert: stubs for converting from one object format to anotherEric W. Biederman
2023-10-02t/helper: add 'find-pack' test-toolChristian Couder
2023-09-29parse: separate out parsing functions from config.hCalvin Wan
2023-09-29hex-ll: separate out non-hash-algo functionsCalvin Wan
2023-09-20Merge branch 'jc/update-index-show-index-version'Junio C Hamano
2023-09-12test-tool: retire "index-version"Junio C Hamano
2023-08-15Merge branch 'ds/maintenance-on-windows-fix'Junio C Hamano
2023-08-09Merge branch 'ew/hash-with-openssl-evp'Junio C Hamano
2023-08-09win32: add a helper to run `git.exe` without a foreground windowJohannes Schindelin
2023-08-01avoid SHA-1 functions deprecated in OpenSSL 3+Eric Wong
2023-08-01sha256: avoid functions deprecated in OpenSSL 3+Eric Wong