summaryrefslogtreecommitdiffstats
path: root/Makefile (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'gt/unit-test-urlmatch-normalization'Junio C Hamano2024-08-281-1/+1
|\
| * t: migrate t0110-urlmatch-normalization to the new frameworkGhanshyam Thakkar2024-08-201-1/+1
* | Merge branch 'cp/unit-test-reftable-readwrite'Junio C Hamano2024-08-231-1/+1
|\ \
| * | t: move reftable/readwrite_test.c to the unit testing frameworkChandra Pratap2024-08-131-1/+1
| |/
* | Merge branch 'gt/unit-test-hashmap'Junio C Hamano2024-08-151-0/+1
|\ \
| * | t: port helper/test-hashmap.c to unit-tests/t-hashmap.cGhanshyam Thakkar2024-08-061-0/+1
* | | Merge branch 'cp/unit-test-reftable-tree'Junio C Hamano2024-08-141-1/+1
|\ \ \
| * | | t: move reftable/tree_test.c to the unit testing frameworkChandra Pratap2024-08-041-1/+1
* | | | Merge branch 'cp/unit-test-reftable-pq'Junio C Hamano2024-08-141-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | t: move reftable/pq_test.c to the unit testing frameworkChandra Pratap2024-08-011-1/+1
* | | | Merge branch 'cp/unit-test-reftable-merged'Junio C Hamano2024-07-311-1/+1
|\ \ \ \
| * | | | t: move reftable/merged_test.c to the unit testing frameworkChandra Pratap2024-07-121-1/+1
| | |_|/ | |/| |
* | | | Makefile: drop -Wno-universal-initializer from SP_EXTRA_FLAGSRamsay Jones2024-07-181-1/+1
| |/ / |/| |
* | | Merge branch 'cp/unit-test-reftable-record'Junio C Hamano2024-07-151-1/+1
|\ \ \
| * | | t: move reftable/record_test.c to the unit testing frameworkChandra Pratap2024-07-021-1/+1
* | | | t: migrate helper/test-oidmap.c to unit-tests/t-oidmap.cGhanshyam Thakkar2024-07-031-1/+1
| |/ / |/| |
* | | Merge branch 'tb/pseudo-merge-reachability-bitmap'Junio C Hamano2024-06-251-0/+1
|\ \ \
| * | | pseudo-merge.ch: initial commitTaylor Blau2024-05-241-0/+1
* | | | Merge branch 'gt/unit-test-oidtree'Junio C Hamano2024-06-211-2/+6
|\ \ \ \
| * | | | t/: migrate helper/test-oidtree.c to unit-tests/t-oidtree.cGhanshyam Thakkar2024-06-121-2/+6
| | |_|/ | |/| |
* | | | Merge branch 'ps/make-append-to-cflags'Junio C Hamano2024-06-211-2/+2
|\ \ \ \
| * | | | Makefile: add ability to append to CFLAGS and LDFLAGSPatrick Steinhardt2024-06-121-2/+2
| | |/ / | |/| |
* | | | Merge branch 'ps/ref-storage-migration'Junio C Hamano2024-06-181-0/+1
|\ \ \ \
| * | | | builtin/refs: new command to migrate ref storage formatsPatrick Steinhardt2024-06-061-0/+1
* | | | | Merge branch 'ps/check-docs-fix'Junio C Hamano2024-06-181-36/+0
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Makefile: extract script to lint missing/extraneous manpagesPatrick Steinhardt2024-06-061-36/+0
* | | | | Merge branch 'gt/decorate-unit-test'Junio C Hamano2024-06-121-1/+1
|\ \ \ \ \
| * | | | | t/: migrate helper/test-example-decorate to the unit testing frameworkGhanshyam Thakkar2024-05-281-1/+1
| | |/ / / | |/| | |
* | | | | Merge branch 'gt/t-hash-unit-test'Junio C Hamano2024-06-121-0/+1
|\ \ \ \ \
| * | | | | t/: migrate helper/test-{sha1, sha256} to unit-tests/t-hashGhanshyam Thakkar2024-05-291-0/+1
| | |_|/ / | |/| | |
* | | | | Merge branch 'cp/reftable-unit-test'Junio C Hamano2024-06-121-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | t: move reftable/basics_test.c to the unit testing frameworkChandra Pratap2024-05-301-1/+1
| |/ / /
* | | | Merge branch 'ps/leakfixes'Junio C Hamano2024-06-061-0/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | strvec: add functions to replace and remove stringsPatrick Steinhardt2024-05-271-0/+1
| | |/ | |/|
* | | Merge branch 'gt/unit-test-strcmp-offset'Junio C Hamano2024-05-301-1/+1
|\ \ \
| * | | t/: port helper/test-strcmp-offset.c to unit-tests/t-strcmp-offset.cGhanshyam Thakkar2024-05-201-1/+1
| |/ /
* | | Merge branch 'la/hide-trailer-info'Junio C Hamano2024-05-231-2/+3
|\ \ \ | |/ / |/| |
| * | trailer: add unit tests for trailer iteratorLinus Arver2024-05-021-0/+1
| * | Makefile: sort UNIT_TEST_PROGRAMSLinus Arver2024-05-021-2/+2
* | | Merge branch 'js/unit-test-suite-runner'Junio C Hamano2024-05-151-3/+3
|\ \ \
| * | | unit tests: add rule for running with test-toolJosh Steadmon2024-05-061-1/+1
| * | | t0080: turn t-basic unit test into a helperJosh Steadmon2024-05-061-2/+2
| * | | Merge branch 'jk/unit-tests-buildfix' into js/unit-test-suite-runnerJunio C Hamano2024-02-031-6/+4
| |\ \ \
* | \ \ \ Merge branch 'ps/reftable-write-optim'Junio C Hamano2024-05-081-2/+0
|\ \ \ \ \
| * | | | | reftable: remove name checksPatrick Steinhardt2024-04-091-2/+0
* | | | | | Merge branch 'js/build-fuzz-more-often'Junio C Hamano2024-04-301-21/+30
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | fuzz: link fuzz programs with `make all` on LinuxJosh Steadmon2024-04-241-21/+30
| |/ / / /
* | | | | 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
| |/ / / / |/| | | |