summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2024-08-08t7004: do not prepare things outside test_expect_successAbdAlRahman Gad-338/+360
2024-08-08t7004: use indented here-docAbdAlRahman Gad-19/+19
2024-08-08t7004: one command per lineAbdAlRahman Gad-2/+4
2024-08-08t7004: remove space after redirect operatorsAbdAlRahman Gad-25/+25
2024-08-08reftable/stack: handle locked tables during auto-compactionPatrick Steinhardt-22/+70
2024-08-08reftable/stack: fix corruption on concurrent compactionPatrick Steinhardt-5/+102
2024-08-08reftable/stack: use lock_file when adding table to "tables.list"Patrick Steinhardt-10/+11
2024-08-08reftable/stack: do not die when fsyncing lock file filesPatrick Steinhardt-2/+5
2024-08-08reftable/stack: simplify tracking of table locksPatrick Steinhardt-7/+7
2024-08-08reftable/stack: update stats on failed full compactionPatrick Steinhardt-9/+8
2024-08-08reftable/stack: test compaction with already-locked tablesPatrick Steinhardt-0/+77
2024-08-08reftable/stack: extract function to setup stack with N tablesPatrick Steinhardt-32/+32
2024-08-08reftable/stack: refactor function to gather table sizesPatrick Steinhardt-5/+6
2024-08-08fsck: add ref name check for files backendshejialuo-0/+127
2024-08-08files-backend: add unified interface for refs scanningshejialuo-1/+76
2024-08-08builtin/refs: add verify subcommandshejialuo-1/+65
2024-08-08refs: set up ref consistency check infrastructureshejialuo-1/+58
2024-08-08fsck: add refs report functionshejialuo-0/+64
2024-08-08fsck: add a unified interface for reporting fsck messagesshejialuo-14/+30
2024-08-08fsck: make "fsck_error" callback genericshejialuo-24/+38
2024-08-08fsck: rename objects-related fsck error functionsshejialuo-28/+29
2024-08-08fsck: rename "skiplist" to "skip_oids"shejialuo-4/+4
2024-08-08object: fix leaking packfiles when closing object storePatrick Steinhardt-0/+10
2024-08-08submodule: fix leaking seen submodule namesPatrick Steinhardt-0/+3
2024-08-08submodule: fix leaking fetch tasksPatrick Steinhardt-10/+7
2024-08-08builtin/submodule: allow "add" to use different ref storage formatPatrick Steinhardt-2/+39
2024-08-08refs: fix ref storage format for submodule ref storesPatrick Steinhardt-2/+70
2024-08-08builtin/clone: propagate ref storage format to submodulesPatrick Steinhardt-2/+31
2024-08-08builtin/submodule: allow cloning with different ref storage formatPatrick Steinhardt-1/+84
2024-08-08git-submodule.sh: break overly long command linesPatrick Steinhardt-9/+55
2024-08-08transport: mark more tests leak-freePatrick Steinhardt-0/+7
2024-08-07transport: fix leak with transport helper URLsJunio C Hamano-1/+3
2024-08-07Merge branch 'ps/refs-wo-the-repository' into ps/config-wo-the-repositoryJunio C Hamano-57/+56
2024-08-06Merge branch 'ps/leakfixes-part-3' into ps/leakfixes-part-4Junio C Hamano-88/+256
2024-08-06midx: implement support for writing incremental MIDX chainsTaylor Blau-103/+459
2024-08-06t/t5313-pack-bounds-checks.sh: prepare for sub-directoriesTaylor Blau-4/+4
2024-08-06t: retire 'GIT_TEST_MULTI_PACK_INDEX_WRITE_BITMAP'Taylor Blau-44/+13
2024-08-06midx: implement verification support for incremental MIDXsTaylor Blau-17/+32
2024-08-06midx: support reading incremental MIDX chainsTaylor Blau-19/+201
2024-08-06midx: teach `midx_fanout_add_midx_fanout()` about incremental MIDXsTaylor Blau-4/+8
2024-08-06midx: teach `midx_preferred_pack()` about incremental MIDXsTaylor Blau-2/+5
2024-08-06midx: teach `midx_contains_pack()` about incremental MIDXsTaylor Blau-1/+10
2024-08-06midx: remove unused `midx_locate_pack()`Taylor Blau-13/+2
2024-08-06midx: teach `fill_midx_entry()` about incremental MIDXsTaylor Blau-4/+2
2024-08-06midx: teach `nth_midxed_offset()` about incremental MIDXsTaylor Blau-0/+2
2024-08-06midx: teach `bsearch_midx()` about incremental MIDXsTaylor Blau-1/+4
2024-08-06midx: introduce `bsearch_one_midx()`Taylor Blau-50/+71
2024-08-06midx: teach `nth_bitmapped_pack()` about incremental MIDXsTaylor Blau-3/+5
2024-08-06midx: teach `nth_midxed_object_oid()` about incremental MIDXsTaylor Blau-1/+3
2024-08-06midx: teach `prepare_midx_pack()` about incremental MIDXsTaylor Blau-4/+22