summaryrefslogtreecommitdiff
path: root/t/helper/test-pack-deltas.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-13t/helper/test-pack-deltas: widen `do_compress()`'s maxsize local to `size_t`Johannes Schindelin1-1/+1
2026-08-13delta: widen `create_delta()` and `diff_delta()` to `size_t`Johannes Schindelin1-2/+3
2026-06-15odb: use size_t for object_info.sizep and the size APIsJohannes Schindelin1-1/+2
2026-05-19setup: stop using `the_repository` in `setup_git_directory()`Patrick Steinhardt1-1/+1
2025-09-11odb: drop deprecated wrapper functionsPatrick Steinhardt1-6/+4
2025-04-28test-tool: add pack-deltas helperDerrick Stolee1-0/+148