summaryrefslogtreecommitdiff
path: root/t/helper/test-path-walk.c
AgeCommit message (Expand)AuthorFilesLines
2026-06-02Merge branch 'ds/path-walk-filters'Junio C Hamano1-2/+15
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 Steinhardt1-1/+1
2025-05-16path-walk: add new 'edge_aggressive' optionDerrick Stolee1-0/+2
2025-02-03backfill: add --sparse optionDerrick Stolee1-1/+21
2024-12-20path-walk: mark trees and blobs as UNINTERESTINGDerrick Stolee1-3/+9
2024-12-20path-walk: visit tags and cached objectsDerrick Stolee1-2/+13
2024-12-20path-walk: allow consumer to specify object typesDerrick Stolee1-2/+13
2024-12-20t6601: add helper for testing path-walk APIDerrick Stolee1-0/+84