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