summaryrefslogtreecommitdiffstats
path: root/t/helper (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ps/reftable-concurrent-compaction'Junio C Hamano2024-09-031-2/+2
|\
| * reftable/reader: introduce refcountingPatrick Steinhardt2024-08-231-1/+1
| * reftable/reader: rename `reftable_new_reader()`Patrick Steinhardt2024-08-231-1/+1
* | Merge branch 'ps/leakfixes-part-5'Junio C Hamano2024-09-031-1/+7
|\ \
| * | t/helper: fix leaking multi-pack-indices in "read-midx"Patrick Steinhardt2024-08-221-1/+7
* | | Merge branch 'cp/unit-test-reftable-block'Junio C Hamano2024-08-291-1/+0
|\ \ \
| * | | t: move reftable/block_test.c to the unit testing frameworkChandra Pratap2024-08-211-1/+0
| |/ /
* | | Merge branch 'ps/reftable-drop-generic'Junio C Hamano2024-08-291-1/+188
|\ \ \ | | |/ | |/|
| * | t/helper: refactor to not use `struct reftable_table`Patrick Steinhardt2024-08-221-15/+18
| * | t/helper: use `hash_to_hex_algop()` to print hashesPatrick Steinhardt2024-08-221-37/+11
| * | t/helper: inline printing of reftable recordsPatrick Steinhardt2024-08-221-8/+69
| * | t/helper: inline `reftable_table_print()`Patrick Steinhardt2024-08-221-2/+50
| * | t/helper: inline `reftable_stack_print_directory()`Patrick Steinhardt2024-08-221-1/+22
| * | t/helper: inline `reftable_reader_print_file()`Patrick Steinhardt2024-08-221-1/+22
| * | t/helper: inline `reftable_dump_main()`Patrick Steinhardt2024-08-221-1/+60
* | | Merge branch 'gt/unit-test-urlmatch-normalization'Junio C Hamano2024-08-283-58/+0
|\ \ \
| * | | t: migrate t0110-urlmatch-normalization to the new frameworkGhanshyam Thakkar2024-08-203-58/+0
| |/ /
* | | Merge branch 'ds/for-each-ref-is-base'Junio C Hamano2024-08-261-0/+2
|\ \ \
| * | | commit-reach: add get_branch_base_for_tipDerrick Stolee2024-08-141-0/+2
* | | | Merge branch 'jk/mark-unused-parameters'Junio C Hamano2024-08-263-3/+3
|\ \ \ \
| * | | | test-mergesort: mark unused parameters in trivial callbackJeff King2024-08-171-1/+1
| * | | | t/helper: mark more unused argv/argc argumentsJeff King2024-08-172-2/+2
* | | | | Merge branch 'cp/unit-test-reftable-readwrite'Junio C Hamano2024-08-231-1/+0
|\ \ \ \ \
| * | | | | t: move reftable/readwrite_test.c to the unit testing frameworkChandra Pratap2024-08-131-1/+0
| | |_|/ / | |/| | |
* | | | | Merge branch 'ps/config-wo-the-repository'Junio C Hamano2024-08-233-0/+6
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | global: prepare for hiding away repo-less config functionsPatrick Steinhardt2024-08-133-0/+6
| |/ / /
* | | | Merge branch 'tb/incremental-midx-part-1'Junio C Hamano2024-08-191-7/+17
|\ \ \ \
| * | | | midx: support reading incremental MIDX chainsTaylor Blau2024-08-061-7/+17
| | |_|/ | |/| |
* | | | Merge branch 'rs/unit-tests-test-run'Junio C Hamano2024-08-191-0/+35
|\ \ \ \ | |_|_|/ |/| | |
| * | | unit-tests: add if_testRené Scharfe2024-07-301-0/+33
| * | | unit-tests: show location of checks outside of testsRené Scharfe2024-07-301-0/+2
| |/ /
* | | Merge branch 'jc/refs-symref-referent'Junio C Hamano2024-08-151-1/+1
|\ \ \
| * | | refs: add referent to each_ref_fnJohn Cai2024-08-091-1/+1
| |/ /
* | | Merge branch 'gt/unit-test-hashmap'Junio C Hamano2024-08-151-97/+1
|\ \ \
| * | | t: port helper/test-hashmap.c to unit-tests/t-hashmap.cGhanshyam Thakkar2024-08-061-97/+1
* | | | Merge branch 'cp/unit-test-reftable-tree'Junio C Hamano2024-08-141-1/+0
|\ \ \ \
| * | | | t: move reftable/tree_test.c to the unit testing frameworkChandra Pratap2024-08-041-1/+0
* | | | | Merge branch 'kl/test-fixes'Junio C Hamano2024-08-142-0/+3
|\ \ \ \ \
| * | | | | set errno=0 before strtoX callsKyle Lippincott2024-08-052-0/+3
| | |_|/ / | |/| | |
* | | | | Merge branch 'cp/unit-test-reftable-pq'Junio C Hamano2024-08-141-1/+0
|\ \ \ \ \
| * | | | | t: move reftable/pq_test.c to the unit testing frameworkChandra Pratap2024-08-011-1/+0
| |/ / / /
* | | | | Merge branch 'ps/leakfixes-part-3'Junio C Hamano2024-08-141-2/+2
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | t/test-repository: fix leaking repositoryPatrick Steinhardt2024-08-011-2/+2
| |/ / /
* | | | Merge branch 'cp/unit-test-reftable-merged'Junio C Hamano2024-07-311-1/+0
|\ \ \ \ | |/ / / |/| | |
| * | | t: move reftable/merged_test.c to the unit testing frameworkChandra Pratap2024-07-121-1/+0
| | |/ | |/|
* | | Merge branch 'cp/unit-test-reftable-record'Junio C Hamano2024-07-151-1/+0
|\ \ \
| * | | t: move reftable/record_test.c to the unit testing frameworkChandra Pratap2024-07-021-1/+0
* | | | Merge branch 'gt/unit-test-oidmap'Junio C Hamano2024-07-153-127/+0
|\ \ \ \
| * | | | t: migrate helper/test-oidmap.c to unit-tests/t-oidmap.cGhanshyam Thakkar2024-07-033-125/+0
* | | | | Merge branch 'ps/leakfixes-more'Junio C Hamano2024-07-081-0/+1
|\ \ \ \ \