summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
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
2024-08-06midx: teach `nth_midxed_pack_int_id()` about incremental MIDXsTaylor Blau-2/+21
2024-08-06midx: add new fields for incremental MIDX chainsTaylor Blau-0/+4
2024-08-06Documentation: describe incremental MIDX formatTaylor Blau-0/+103
2024-08-06t3206: test_when_finished before dirtying operations, not afterJunio C Hamano-26/+26
2024-08-06t: port helper/test-hashmap.c to unit-tests/t-hashmap.cGhanshyam Thakkar-357/+363
2024-08-05t/t7704-repack-cruft.sh: avoid failures during long-running testsTaylor Blau-1/+1
2024-08-05t6421: fix test to work when repo dir contains d0Kyle Lippincott-6/+9
2024-08-05set errno=0 before strtoX callsKyle Lippincott-0/+5
2024-08-05log-tree: use decimal_width()René Scharfe-11/+2
2024-08-05refs/files: prevent memory leak by freeing packed_ref_storeSven Strickroth-0/+1
2024-08-05apply: canonicalize modes read from patchesJeff King-0/+63
2024-08-04t-reftable-tree: improve the test for infix_walk()Chandra Pratap-7/+15