summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2026-06-26refs/reftable: lazy-load configuration to fix chicken-and-eggPatrick Steinhardt2-0/+31
2026-06-26reftable: split up write optionsPatrick Steinhardt7-125/+131
2026-06-26refs/files: lazy-load configuration to fix chicken-and-eggPatrick Steinhardt1-0/+21
2026-06-26Merge branch 'ps/setup-centralize-odb-creation' into ps/refs-onbranch-fixesJunio C Hamano1-0/+10
2026-06-25Merge branch 'ps/t4216-tap-fix'Junio C Hamano1-21/+0
2026-06-25connected: search promisor objects genericallyPatrick Steinhardt1-0/+24
2026-06-25t4216: fix no-op test that breaks TAP outputPatrick Steinhardt1-21/+0
2026-06-24Merge branch 'ps/odb-source-packed' into ps/odb-drop-whenceJunio C Hamano1-2/+5
2026-06-23repo: add path.gitdir with absolute and relative suffix formattingK Jayatheerth1-0/+6
2026-06-23repo: add path.commondir with absolute and relative suffix formattingK Jayatheerth1-0/+52
2026-06-23status: improve rebase todo list parsingPhillip Wood1-26/+48
2026-06-22Merge branch 'ps/odb-source-packed' into ps/connected-generic-promisor-checksJunio C Hamano1-2/+5
2026-06-22log: improve --follow following renames for non-linear historyMiklos Vajna2-0/+130
2026-06-21Merge branch 'js/objects-larger-than-4gb-on-windows-more'Junio C Hamano4-7/+10
2026-06-21pack-objects: support `--delta-islands` with `--path-walk`Taylor Blau1-0/+29
2026-06-21pack-objects: support reachability bitmaps with `--path-walk`Taylor Blau2-4/+50
2026-06-21t/perf: drop p5311's lookup-table permutationTaylor Blau1-5/+3
2026-06-19config: use repo_ignore_case() to access core.ignorecaseTian Yuchen1-1/+1
2026-06-19fetch: add configuration variable fetch.followRemoteHEADMatt Hunter1-0/+105
2026-06-19t5510: cleanup remote in followRemoteHEAD dangling ref testMatt Hunter1-0/+1
2026-06-17Merge branch 'en/commit-graph-timestamp-fix'Junio C Hamano1-0/+9
2026-06-17Merge branch 'td/ls-files-pathspec-prefilter'Junio C Hamano3-0/+50
2026-06-17Merge branch 'jc/t1400-fifo-cleanup'Junio C Hamano1-0/+1
2026-06-17Merge branch 'td/describe-tag-iteration'Junio C Hamano1-0/+12
2026-06-17midx: refactor interfaces to work on "packed" sourcePatrick Steinhardt1-2/+5
2026-06-16hash-object: add a >4GB/LLP64 test case using filtered inputPhilip Oakley1-0/+12
2026-06-16hash-object: add another >4GB/LLP64 test casePhilip Oakley1-0/+8
2026-06-16hash-object --stdin: verify that it works with >4GB/LLP64Philip Oakley1-0/+8
2026-06-16hash algorithms: use size_t for section lengthsPhilip Oakley1-1/+1
2026-06-16hash-object: demonstrate a >4GB/LLP64 problemPhilip Oakley1-0/+11
2026-06-16Merge branch 'ta/typofixes'Junio C Hamano1-1/+1
2026-06-16Merge branch 'mm/subprocess-handshake-fix'Junio C Hamano1-0/+17
2026-06-16Merge branch 'wy/docs-typofixes'Junio C Hamano4-4/+4
2026-06-16Merge branch 'ps/t7527-fix-tap-output'Junio C Hamano4-9/+17
2026-06-16Merge branch 'jk/describe-contains-all-match-fix'Junio C Hamano1-0/+22
2026-06-16Merge branch 'mf/revision-max-count-oldest'Junio C Hamano1-0/+40
2026-06-16read_gitfile(): simplify NOT_A_REPO error messageJeff King2-2/+2
2026-06-15odb: use size_t for object_info.sizep and the size APIsJohannes Schindelin3-3/+4
2026-06-15patch-delta: use size_t for sizesJohannes Schindelin1-4/+6
2026-06-15Merge branch 'ak/typofixes'Junio C Hamano11-54/+54
2026-06-15Merge branch 'ps/setup-centralize-odb-creation'Junio C Hamano1-0/+10
2026-06-15Merge branch 'hn/config-typo-advice'Junio C Hamano1-0/+56
2026-06-15Merge branch 'ls/doc-raw-timestamp-prefix'Junio C Hamano1-0/+11
2026-06-14commit-graph: use timestamp_t for max parent generation accumulatorElijah Newren1-0/+9
2026-06-14cache-tree: fix verify_cache() to catch non-adjacent D/F conflictsElijah Newren3-0/+98
2026-06-14merge-ort: abort merge when trees have duplicate entriesElijah Newren1-0/+54
2026-06-12commit-reach: die on contains walk errorsTamir Duberstein1-0/+22
2026-06-12ref-filter: memoize --contains with generationsTamir Duberstein1-1/+27
2026-06-12commit-reach: reject cycles in contains walkTamir Duberstein1-0/+18
2026-06-12ref-filter: restore prefix-scoped iterationTamir Duberstein1-1/+38