summaryrefslogtreecommitdiff
path: root/t/helper
AgeCommit message (Expand)AuthorFilesLines
2024-11-26builtin: pass repository to sub commandsKarthik Nayak1-3/+5
2024-11-21t/helper: fix leaking commit graph in "read-graph" subcommandPatrick Steinhardt1-2/+1
2024-11-21refs: skip collision checks in initial transactionsPatrick Steinhardt1-1/+1
2024-11-19reftable/system: stop depending on "hash.h"Patrick Steinhardt1-2/+2
2024-11-13Merge branch 'ps/leakfixes-part-9'Junio C Hamano3-2/+12
2024-11-07Merge branch 'ps/leakfixes-part-9' into ps/leakfixes-part-10Junio C Hamano3-2/+12
2024-11-04t/helper: fix leaking buffer in "dump-untracked-cache"Patrick Steinhardt1-0/+2
2024-11-04t/helper: stop re-initialization of `the_repository`Patrick Steinhardt1-2/+0
2024-11-04t/helper: fix leaks in "reach" test toolPatrick Steinhardt1-0/+10
2024-10-25packfile: use object_id in find_pack_entry_one()Jeff King1-1/+1
2024-10-25Merge branch 'ak/typofixes'Taylor Blau1-1/+1
2024-10-10Merge branch 'ps/leakfixes-part-8'Junio C Hamano2-0/+9
2024-10-10Merge branch 'ps/reftable-alloc-failures'Junio C Hamano1-2/+8
2024-10-10t/helper: fix a typoAndrew Kreimer1-1/+1
2024-10-02reftable/merged: handle allocation failures in `merged_table_init_iter()`Patrick Steinhardt1-2/+8
2024-10-02Merge branch 'ps/leakfixes-part-7'Junio C Hamano1-1/+1
2024-09-30t/helper: fix leaks in proc-receive helperPatrick Steinhardt1-0/+7
2024-09-30t/helper: fix leaking repository in partial-clone helperPatrick Steinhardt1-0/+2
2024-09-30Merge branch 'ps/leakfixes-part-7' into ps/leakfixes-part-8Junio C Hamano1-1/+1
2024-09-27t/helper: fix leaking subrepo in nested submodule config helperPatrick Steinhardt1-1/+1
2024-09-23Merge branch 'ps/environ-wo-the-repository'Junio C Hamano2-1/+4
2024-09-16Merge branch 'cp/unit-test-reftable-stack'Junio C Hamano3-11/+1
2024-09-16Merge branch 'cp/unit-test-reftable-stack' into ps/reftable-alloc-failuresJunio C Hamano3-11/+1
2024-09-12Merge branch 'jk/messages-with-excess-lf-fix'Junio C Hamano3-10/+10
2024-09-12Merge branch 'gt/unit-test-oid-array'Junio C Hamano3-51/+0
2024-09-12environment: guard state depending on a repositoryPatrick Steinhardt1-0/+2
2024-09-12config: make dependency on repo in `read_early_config()` explicitPatrick Steinhardt1-1/+2
2024-09-08t: move reftable/stack_test.c to the unit testing frameworkChandra Pratap3-11/+1
2024-09-05drop trailing newline from warning/error/die messagesJeff King3-10/+10
2024-09-03Merge branch 'ps/reftable-concurrent-compaction'Junio C Hamano1-2/+2
2024-09-03Merge branch 'ps/leakfixes-part-5'Junio C Hamano1-1/+7
2024-09-01t: port helper/test-oid-array.c to unit-tests/t-oid-array.cGhanshyam Thakkar3-51/+0
2024-08-29Merge branch 'cp/unit-test-reftable-block'Junio C Hamano1-1/+0
2024-08-29Merge branch 'ps/reftable-drop-generic'Junio C Hamano1-1/+188
2024-08-28Merge branch 'gt/unit-test-urlmatch-normalization'Junio C Hamano3-58/+0
2024-08-26Merge branch 'ds/for-each-ref-is-base'Junio C Hamano1-0/+2
2024-08-26Merge branch 'jk/mark-unused-parameters'Junio C Hamano3-3/+3
2024-08-23Merge branch 'cp/unit-test-reftable-readwrite'Junio C Hamano1-1/+0
2024-08-23Merge branch 'ps/config-wo-the-repository'Junio C Hamano3-0/+6
2024-08-23reftable/reader: introduce refcountingPatrick Steinhardt1-1/+1
2024-08-23reftable/reader: rename `reftable_new_reader()`Patrick Steinhardt1-1/+1
2024-08-22t/helper: fix leaking multi-pack-indices in "read-midx"Patrick Steinhardt1-1/+7
2024-08-22t/helper: refactor to not use `struct reftable_table`Patrick Steinhardt1-15/+18
2024-08-22t/helper: use `hash_to_hex_algop()` to print hashesPatrick Steinhardt1-37/+11
2024-08-22t/helper: inline printing of reftable recordsPatrick Steinhardt1-8/+69
2024-08-22t/helper: inline `reftable_table_print()`Patrick Steinhardt1-2/+50
2024-08-22t/helper: inline `reftable_stack_print_directory()`Patrick Steinhardt1-1/+22
2024-08-22t/helper: inline `reftable_reader_print_file()`Patrick Steinhardt1-1/+22
2024-08-22t/helper: inline `reftable_dump_main()`Patrick Steinhardt1-1/+60
2024-08-21t: move reftable/block_test.c to the unit testing frameworkChandra Pratap1-1/+0