summaryrefslogtreecommitdiffstats
path: root/Makefile (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'tb/make-indent-conditional-with-non-spaces'Junio C Hamano2024-04-161-48/+48
|\
| * Makefile(s): avoid recipe prefix in conditional statementsTaylor Blau2024-04-081-48/+48
* | midx-write: move writing-related functions from midx.cTaylor Blau2024-04-011-0/+1
* | Merge branch 'bt/fuzz-config-parse'Junio C Hamano2024-03-281-0/+1
|\ \
| * | fuzz: add fuzzer for config parsingBrian C Tracy2024-03-151-0/+1
* | | Merge branch 'eb/hash-transition'Junio C Hamano2024-03-281-0/+3
|\ \ \ | |/ / |/| |
| * | t1016-compatObjectFormat: add tests to verify the conversion between objectsEric W. Biederman2023-10-021-0/+1
| * | loose: add a mapping between SHA-1 and SHA-256 for loose objectsbrian m. carlson2023-10-021-0/+1
| * | object-file-convert: stubs for converting from one object format to anotherEric W. Biederman2023-10-021-0/+1
* | | Merge branch 'ps/reftable-backend'Junio C Hamano2024-02-271-0/+1
|\ \ \ | |_|/ |/| |
| * | refs: introduce reftable backendPatrick Steinhardt2024-02-071-0/+1
* | | Merge branch 'jk/unit-tests-buildfix'Junio C Hamano2024-02-081-6/+4
|\ \ \
| * | | Makefile: remove UNIT_TEST_BIN directory with "make clean"Jeff King2024-01-301-2/+2
| * | | Makefile: use mkdir_p_parent_template for UNIT_TEST_BINJeff King2024-01-301-4/+2
* | | | Merge branch 'cp/unit-test-prio-queue'Junio C Hamano2024-02-081-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | tests: move t0009-prio-queue.sh to the new unit testing frameworkChandra Pratap2024-01-221-1/+1
* | | | Merge branch 'jc/make-libpath-template'Junio C Hamano2024-02-061-6/+6
|\ \ \ \
| * | | | Makefile: reduce repetitive library pathsJunio C Hamano2024-01-311-6/+6
* | | | | Merge branch 'js/oss-fuzz-build-in-ci'Junio C Hamano2024-01-301-6/+11
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | ci: build and run minimal fuzzers in GitHub CIJosh Steadmon2024-01-191-0/+3
| * | | | fuzz: fix fuzz test build rulesJosh Steadmon2024-01-191-6/+8
| |/ / /
* | | | Merge branch 'al/unit-test-ctype'Junio C Hamano2024-01-261-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | unit-tests: rewrite t/helper/test-ctype.c as a unit testAchu Luma2024-01-161-1/+1
* | | | 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
| |/