summaryrefslogtreecommitdiffstats
path: root/t (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | Merge branch 'so/diff-merges-dd'Junio C Hamano2023-10-231-0/+8
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | diff-merges: introduce '--dd' optionSergey Organov2023-10-091-0/+8
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'jk/chunk-bounds'Junio C Hamano2023-10-237-5/+338
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | / | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | t5319: make corrupted large-offset test more robustJeff King2023-10-141-2/+4
| * | | | | | | commit-graph: detect out-of-order BIDX offsetsJeff King2023-10-101-0/+13
| * | | | | | | commit-graph: check bounds when accessing BIDX chunkJeff King2023-10-101-0/+9
| * | | | | | | commit-graph: check bounds when accessing BDAT chunkJeff King2023-10-101-0/+28
| * | | | | | | commit-graph: bounds-check generation overflow chunkJeff King2023-10-101-0/+10
| * | | | | | | commit-graph: check size of generations chunkJeff King2023-10-101-0/+8
| * | | | | | | commit-graph: bounds-check base graphs chunkJeff King2023-10-101-0/+14
| * | | | | | | commit-graph: detect out-of-bounds extra-edges pointersJeff King2023-10-101-0/+8
| * | | | | | | commit-graph: check size of commit data chunkJeff King2023-10-101-0/+9
| * | | | | | | midx: check size of revindex chunkJeff King2023-10-101-0/+17
| * | | | | | | midx: bounds-check large offset chunkJeff King2023-10-101-0/+20
| * | | | | | | midx: check size of object offset chunkJeff King2023-10-101-0/+10
| * | | | | | | midx: enforce chunk alignment on readingJeff King2023-10-101-0/+14
| * | | | | | | midx: check size of pack names chunkJeff King2023-10-101-0/+11
| * | | | | | | commit-graph: check consistency of fanout tableJeff King2023-10-102-4/+27
| * | | | | | | midx: check size of oid lookup chunkJeff King2023-10-101-0/+10
| * | | | | | | commit-graph: check size of oid fanout chunkJeff King2023-10-101-0/+26
| * | | | | | | midx: stop ignoring malformed oid fanout chunkJeff King2023-10-101-1/+19
| * | | | | | | t: add library for munging chunk-format filesJeff King2023-10-102-0/+83
| |/ / / / / /
* | | | | | | Merge branch 'ak/pretty-decorate-more-fix'Junio C Hamano2023-10-211-3/+3
|\ \ \ \ \ \ \
| * | | | | | | pretty: fix ref filtering for %(decorate) formatsAndy Koppe2023-10-091-3/+3
* | | | | | | | Merge branch 'vd/loose-ref-iteration-optimization'Junio C Hamano2023-10-212-0/+53
|\ \ \ \ \ \ \ \
| * | | | | | | | ref-cache.c: fix prefix matching in ref iterationVictoria Dye2023-10-102-0/+53
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge branch 'ty/merge-tree-strategy-options'Junio C Hamano2023-10-211-0/+23
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | merge-tree: add -X strategy optionTang Yuyi2023-09-251-0/+23
* | | | | | | | Merge branch 'jc/merge-ort-attr-index-fix'Junio C Hamano2023-10-181-0/+27
|\ \ \ \ \ \ \ \
| * | | | | | | | merge-ort: initialize repo in index stateJohn Cai2023-10-091-0/+27
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge branch 'tb/repack-max-cruft-size'Junio C Hamano2023-10-183-121/+441
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | builtin/repack.c: avoid making cruft packs preferredTaylor Blau2023-10-051-0/+39
| * | | | | | | builtin/repack.c: implement support for `--max-cruft-size`Taylor Blau2023-10-052-0/+272
| * | | | | | | t7700: split cruft-related tests to t7704Taylor Blau2023-10-032-121/+130
* | | | | | | | Merge branch 'jk/decoration-and-other-leak-fixes'Junio C Hamano2023-10-134-0/+7
|\ \ \ \ \ \ \ \
| * | | | | | | | daemon: free listen_addr before returningJeff King2023-10-051-0/+2
| * | | | | | | | revision: clear decoration structs during release_revisions()Jeff King2023-10-051-0/+1
| * | | | | | | | decorate: add clear_decoration() functionJeff King2023-10-052-0/+4
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge branch 'ar/diff-index-merge-base-fix'Junio C Hamano2023-10-131-3/+10
|\ \ \ \ \ \ \ \
| * | | | | | | | diff: fix --merge-base with annotated tagsAlyssa Ross2023-10-021-3/+10
| |/ / / / / / /
* | | | | | | | Merge branch 'js/submodule-fix-misuse-of-path-and-name'Junio C Hamano2023-10-132-15/+67
|\ \ \ \ \ \ \ \
| * | | | | | | | t7420: test that we correctly handle renamed submodulesJan Alexander Steffens (heftig)2023-10-041-2/+24
| * | | | | | | | t7419: test that we correctly handle renamed submodulesJan Alexander Steffens (heftig)2023-10-041-1/+29
| * | | | | | | | t7419, t7420: use test_cmp_config instead of grepping .gitmodulesJan Alexander Steffens (heftig)2023-10-042-6/+6
| * | | | | | | | t7419: actually test the branch switchingJan Alexander Steffens (heftig)2023-10-041-6/+8
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'jk/commit-graph-leak-fixes'Junio C Hamano2023-10-1314-0/+17
|\ \ \ \ \ \ \ \
| * | | | | | | | commit-graph: clear oidset after finishing writeJeff King2023-10-031-0/+2
| * | | | | | | | commit-graph: free write-context base_graph_name during cleanupJeff King2023-10-031-0/+2
| * | | | | | | | merge: free result of repo_get_merge_bases()Jeff King2023-10-0310-0/+10
| * | | | | | | | commit-reach: free temporary list in get_octopus_merge_bases()Jeff King2023-10-031-0/+1