summaryrefslogtreecommitdiff
path: root/t/helper
AgeCommit message (Expand)AuthorFilesLines
2026-06-15odb: use size_t for object_info.sizep and the size APIsJohannes Schindelin2-2/+3
2026-06-15patch-delta: use size_t for sizesJohannes Schindelin1-4/+6
2026-06-02Merge branch 'ds/path-walk-filters'Junio C Hamano1-2/+15
2026-05-27Merge branch 'ps/setup-wo-the-repository'Junio C Hamano33-39/+43
2026-05-27Merge branch 'tb/pseudo-merge-bugfixes'Junio C Hamano1-1/+112
2026-05-24path-walk: add pl_sparse_trees to control tree pruningDerrick Stolee1-1/+5
2026-05-24path-walk: support blobless filterDerrick Stolee1-1/+10
2026-05-19setup: stop using `the_repository` in `setup_git_directory()`Patrick Steinhardt30-34/+36
2026-05-19setup: stop using `the_repository` in `setup_git_directory_gently()`Patrick Steinhardt2-2/+2
2026-05-19setup: stop using `the_repository` in `setup_work_tree()`Patrick Steinhardt1-1/+3
2026-05-19setup: stop using `the_repository` in `prefix_path()`Patrick Steinhardt1-1/+1
2026-05-12t/helper: add 'test-tool bitmap write' subcommandTaylor Blau1-1/+112
2026-05-09test-tool synthesize: add precomputed SHA-256 pack for 4 GiB + 1Johannes Schindelin1-0/+91
2026-05-09test-tool synthesize: precompute pack for 4 GiB + 1Johannes Schindelin1-1/+201
2026-05-09test-tool synthesize: use the unsafe hash for speedJohannes Schindelin1-1/+1
2026-05-09test-tool: add a helper to synthesize large packfilesJohannes Schindelin4-0/+253
2026-03-25Merge branch 'tb/incremental-midx-part-3.2'Junio C Hamano1-8/+13
2026-03-19Merge branch 'ps/unit-test-c-escape-names.txt'Junio C Hamano1-0/+4
2026-03-11test-lib: print escape sequence namesPablo Sabater1-0/+4
2026-03-09Merge branch 'ps/refs-for-each'Junio C Hamano1-5/+10
2026-03-09Merge branch 'ar/run-command-hook-take-2'Junio C Hamano1-2/+50
2026-03-05Merge branch 'ps/fsck-stream-from-the-right-object-instance'Junio C Hamano1-1/+4
2026-02-27Merge branch 'ps/ci-gitlab-msvc-updates'Junio C Hamano1-6/+12
2026-02-25Merge branch 'mc/tr2-process-ancestry-cleanup'Junio C Hamano1-0/+59
2026-02-24t/helper/test-read-midx.c: plug memory leak when selecting layerTaylor Blau1-6/+11
2026-02-24midx: introduce `midx_get_checksum_hex()`Taylor Blau1-2/+2
2026-02-24midx: rename `get_midx_checksum()` to `midx_get_checksum_hash()`Taylor Blau1-2/+2
2026-02-23refs: replace `refs_for_each_fullref_in()`Patrick Steinhardt1-3/+5
2026-02-23refs: replace `refs_for_each_ref_in()`Patrick Steinhardt1-2/+5
2026-02-23t/helper: improve "genrandom" test helperPatrick Steinhardt1-1/+4
2026-02-19ci: don't skip smallest test slice in GitLabPatrick Steinhardt1-6/+12
2026-02-13Merge branch 'ps/commit-list-functions-renamed'Junio C Hamano1-5/+5
2026-02-13test-tool: extend trace2 helper with 400ancestryMatthew John Cheetham1-0/+59
2026-01-28run-command: add stdin callback for parallelizationEmily Shaffer1-2/+50
2026-01-21Merge branch 'rs/tree-wo-the-repository'Junio C Hamano2-3/+3
2026-01-15Revert "Merge branch 'ar/run-command-hook'"Junio C Hamano1-65/+2
2026-01-15commit: rename `free_commit_list()` to conform to coding guidelinesPatrick Steinhardt1-5/+5
2026-01-12Merge branch 'rs/commit-stack'Junio C Hamano1-20/+14
2026-01-09cocci: convert parse_tree functions to repo_ variantsRené Scharfe2-3/+3
2026-01-06Merge branch 'ar/run-command-hook'Junio C Hamano1-2/+65
2025-12-28run-command: allow capturing of collated outputEmily Shaffer1-0/+15
2025-12-28run-command: add stdin callback for parallelizationEmily Shaffer1-2/+50
2025-12-25test-reach: use commit_stackRené Scharfe1-20/+14
2025-12-18strbuf: split out logic to humanise byte valuesJustin Tobler1-1/+6
2025-12-05Merge branch 'ps/object-source-management'Junio C Hamano1-14/+2
2025-11-26Merge branch 'jk/test-mktemp-leakfix'Junio C Hamano1-1/+7
2025-11-25t/helper: stop setting up `the_repository` repeatedlyPatrick Steinhardt1-14/+2
2025-11-19Merge branch 'ps/ref-peeled-tags'Junio C Hamano2-4/+3
2025-11-18test-mktemp: plug memory and descriptor leaksJeff King1-1/+7
2025-11-04Merge branch 'jk/test-delete-gpgsig-leakfix'Junio C Hamano1-3/+4