summaryrefslogtreecommitdiff
path: root/t/t6601-path-walk.sh
AgeCommit message (Expand)AuthorFilesLines
2026-05-24path-walk: support `combine` filterTaylor Blau1-0/+71
2026-05-24path-walk: support `object:type` filterTaylor Blau1-0/+84
2026-05-24path-walk: support `tree:0` filterTaylor Blau1-58/+107
2026-05-24t6601: tag otherwise-unreachable treesDerrick Stolee1-13/+11
2026-05-24pack-objects: support sparse:oid filter with path-walkDerrick Stolee1-0/+131
2026-05-24path-walk: add pl_sparse_trees to control tree pruningDerrick Stolee1-0/+37
2026-05-24path-walk: support blob size limit filterDerrick Stolee1-0/+82
2026-05-24path-walk: support blobless filterDerrick Stolee1-0/+62
2025-06-17Merge branch 'ds/path-walk-2'Junio C Hamano1-0/+20
2025-05-20t: remove unexpected SANITIZE_LEAK variablesKarthik Nayak1-2/+0
2025-05-16path-walk: add new 'edge_aggressive' optionDerrick Stolee1-0/+20
2025-02-03backfill: add --sparse optionDerrick Stolee1-0/+32
2024-12-20path-walk: reorder object visitsDerrick Stolee1-62/+62
2024-12-20path-walk: mark trees and blobs as UNINTERESTINGDerrick Stolee1-19/+60
2024-12-20path-walk: visit tags and cached objectsDerrick Stolee1-21/+165
2024-12-20path-walk: allow consumer to specify object typesDerrick Stolee1-43/+106
2024-12-20t6601: add helper for testing path-walk APIDerrick Stolee1-0/+120