summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2023-10-09commit-graph: check bounds when accessing BIDX chunkJeff King1-0/+9
2023-10-09commit-graph: check bounds when accessing BDAT chunkJeff King1-0/+28
2023-10-09commit-graph: bounds-check generation overflow chunkJeff King1-0/+10
2023-10-09commit-graph: check size of generations chunkJeff King1-0/+8
2023-10-09commit-graph: bounds-check base graphs chunkJeff King1-0/+14
2023-10-09commit-graph: detect out-of-bounds extra-edges pointersJeff King1-0/+8
2023-10-09commit-graph: check size of commit data chunkJeff King1-0/+9
2023-10-09midx: check size of revindex chunkJeff King1-0/+17
2023-10-09midx: bounds-check large offset chunkJeff King1-0/+20
2023-10-09midx: check size of object offset chunkJeff King1-0/+10
2023-10-09midx: enforce chunk alignment on readingJeff King1-0/+14
2023-10-09midx: check size of pack names chunkJeff King1-0/+11
2023-10-09commit-graph: check consistency of fanout tableJeff King2-4/+27
2023-10-09midx: check size of oid lookup chunkJeff King1-0/+10
2023-10-09commit-graph: check size of oid fanout chunkJeff King1-0/+26
2023-10-09midx: stop ignoring malformed oid fanout chunkJeff King1-1/+19
2023-10-09t: add library for munging chunk-format filesJeff King2-0/+83
2023-10-09ref-cache.c: fix prefix matching in ref iterationVictoria Dye2-0/+53
2023-10-09merge-ort: initialize repo in index stateJohn Cai1-0/+27
2023-10-09diff-merges: introduce '--dd' optionSergey Organov1-0/+8
2023-10-09pretty: fix ref filtering for %(decorate) formatsAndy Koppe1-3/+3
2023-10-05daemon: free listen_addr before returningJeff King1-0/+2
2023-10-05revision: clear decoration structs during release_revisions()Jeff King1-0/+1
2023-10-05decorate: add clear_decoration() functionJeff King2-0/+4
2023-10-05builtin/repack.c: avoid making cruft packs preferredTaylor Blau1-0/+39
2023-10-05builtin/repack.c: implement support for `--max-cruft-size`Taylor Blau2-0/+272
2023-10-05t/README: fix multi-prerequisite exampleŠtěpán Němec1-1/+1
2023-10-05doc: fix some typos, grammar and wording issuesŠtěpán Němec1-16/+15
2023-10-04Merge branch 'jk/commit-graph-verify-fix'Junio C Hamano1-8/+61
2023-10-04Merge branch 'ks/ref-filter-mailmap'Junio C Hamano1-6/+117
2023-10-04Merge branch 'ps/revision-cmdline-stdin-not'Junio C Hamano1-0/+21
2023-10-03t7420: test that we correctly handle renamed submodulesJan Alexander Steffens (heftig)1-2/+24
2023-10-03t7419: test that we correctly handle renamed submodulesJan Alexander Steffens (heftig)1-1/+29
2023-10-03t7419, t7420: use test_cmp_config instead of grepping .gitmodulesJan Alexander Steffens (heftig)2-6/+6
2023-10-03t7419: actually test the branch switchingJan Alexander Steffens (heftig)1-6/+8
2023-10-03commit-graph: clear oidset after finishing writeJeff King1-0/+2
2023-10-03commit-graph: free write-context base_graph_name during cleanupJeff King1-0/+2
2023-10-03merge: free result of repo_get_merge_bases()Jeff King10-0/+10
2023-10-03commit-reach: free temporary list in get_octopus_merge_bases()Jeff King1-0/+1
2023-10-03t6700: mark test as leak-freeJeff King1-0/+2
2023-10-02t7700: split cruft-related tests to t7704Taylor Blau2-121/+130
2023-10-02t1016-compatObjectFormat: add tests to verify the conversion between objectsEric W. Biederman5-0/+347
2023-10-02t1006: test oid compatibility with cat-fileEric W. Biederman1-97/+154
2023-10-02t1006: rename sha1 to oidEric W. Biederman1-110/+110
2023-10-02test-lib: compute the compatibility hash so tests may use itEric W. Biederman1-1/+16
2023-10-02gc: add `gc.repackFilterTo` config optionChristian Couder1-1/+12
2023-10-02repack: implement `--filter-to` for storing filtered out objectsChristian Couder1-0/+62
2023-10-02gc: add `gc.repackFilter` config optionChristian Couder1-0/+13
2023-10-02repack: add `--filter=<filter-spec>` optionChristian Couder1-0/+135
2023-10-02t/helper: add 'find-pack' test-toolChristian Couder4-0/+134