summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2024-08-09diff-tree: fix crash when used with --remerge-diffXing Xin1-0/+35
2024-08-08tests: drop use of 'tee' that hides exit statusJunio C Hamano2-3/+3
2024-08-08Merge branch 'ps/p4-tests-updates'Junio C Hamano35-8/+83
2024-08-08Merge branch 'rs/grep-omit-blank-lines-after-function-at-eof'Junio C Hamano1-0/+1
2024-08-08Merge branch 'dd/notes-empty-no-edit-by-default'Junio C Hamano1-0/+10
2024-08-08Merge branch 'es/shell-check-updates'Junio C Hamano3-5/+4
2024-08-08Merge branch 'rj/add-p-pager'Junio C Hamano1-0/+48
2024-08-08Merge branch 'ks/unit-test-comment-typofix'Junio C Hamano1-2/+3
2024-08-08t7004: make use of write_scriptAbdAlRahman Gad1-6/+2
2024-08-08t7004: use single quotes instead of double quotesAbdAlRahman Gad1-35/+35
2024-08-08t7004: begin the test body on the same line as test_expect_successAbdAlRahman Gad1-54/+71
2024-08-08t7004: description on the same line as test_expect_successAbdAlRahman Gad1-166/+83
2024-08-08t7004: do not prepare things outside test_expect_successAbdAlRahman Gad1-338/+360
2024-08-08t7004: use indented here-docAbdAlRahman Gad1-19/+19
2024-08-08t7004: one command per lineAbdAlRahman Gad1-2/+4
2024-08-08t7004: remove space after redirect operatorsAbdAlRahman Gad1-25/+25
2024-08-08reftable/stack: handle locked tables during auto-compactionPatrick Steinhardt1-7/+14
2024-08-08fsck: add ref name check for files backendshejialuo1-0/+92
2024-08-08object: fix leaking packfiles when closing object storePatrick Steinhardt1-0/+1
2024-08-08submodule: fix leaking seen submodule namesPatrick Steinhardt2-0/+2
2024-08-08builtin/submodule: allow "add" to use different ref storage formatPatrick Steinhardt1-0/+11
2024-08-08refs: fix ref storage format for submodule ref storesPatrick Steinhardt1-1/+69
2024-08-08builtin/clone: propagate ref storage format to submodulesPatrick Steinhardt1-0/+23
2024-08-08builtin/submodule: allow cloning with different ref storage formatPatrick Steinhardt1-0/+41
2024-08-08transport: mark more tests leak-freePatrick Steinhardt4-0/+7
2024-08-06Merge branch 'ps/leakfixes-part-3' into ps/leakfixes-part-4Junio C Hamano37-2/+44
2024-08-06midx: implement support for writing incremental MIDX chainsTaylor Blau9-41/+101
2024-08-06t/t5313-pack-bounds-checks.sh: prepare for sub-directoriesTaylor Blau1-4/+4
2024-08-06t: retire 'GIT_TEST_MULTI_PACK_INDEX_WRITE_BITMAP'Taylor Blau7-31/+11
2024-08-06midx: support reading incremental MIDX chainsTaylor Blau1-7/+17
2024-08-06t3206: test_when_finished before dirtying operations, not afterJunio C Hamano1-26/+26
2024-08-06t: port helper/test-hashmap.c to unit-tests/t-hashmap.cGhanshyam Thakkar3-357/+362
2024-08-05t/t7704-repack-cruft.sh: avoid failures during long-running testsTaylor Blau1-1/+1
2024-08-05t6421: fix test to work when repo dir contains d0Kyle Lippincott1-6/+9
2024-08-05set errno=0 before strtoX callsKyle Lippincott2-0/+3
2024-08-05apply: canonicalize modes read from patchesJeff King1-0/+62
2024-08-04t-reftable-tree: improve the test for infix_walk()Chandra Pratap1-7/+15
2024-08-04t-reftable-tree: add test for non-existent keyChandra Pratap1-0/+1
2024-08-04t-reftable-tree: split test_tree() into two sub-test functionsChandra Pratap1-4/+19
2024-08-04t: move reftable/tree_test.c to the unit testing frameworkChandra Pratap2-1/+60
2024-08-02http: do not ignore proxy pathRyan Hendrickson2-0/+103
2024-08-02builtin/ls-remote: fall back to SHA1 outside of a repoPatrick Steinhardt1-0/+13
2024-08-01t0018: remove leftover debugging cruftJunio C Hamano1-1/+0
2024-08-01config.c: avoid segfault with --fixed-value and valueless configTaylor Blau1-0/+9
2024-08-01t-reftable-pq: add tests for merged_iter_pqueue_top()Chandra Pratap1-0/+49
2024-08-01t-reftable-pq: add test for index based comparisonChandra Pratap1-6/+42
2024-08-01t-reftable-pq: make merged_iter_pqueue_check() callable by referenceChandra Pratap1-5/+5
2024-08-01t-reftable-pq: make merged_iter_pqueue_check() staticChandra Pratap1-1/+1
2024-08-01t: move reftable/pq_test.c to the unit testing frameworkChandra Pratap2-1/+67
2024-08-01commit-reach: fix trivial memory leak when computing reachabilityPatrick Steinhardt1-0/+1