summaryrefslogtreecommitdiffstats
path: root/path-walk.c
AgeCommit message (Expand)AuthorLines
2025-02-03backfill: add --sparse optionDerrick Stolee-5/+23
2025-01-22path-walk: drop redundant parse_tree() callJeff King-1/+0
2024-12-20path-walk: reorder object visitsDerrick Stolee-12/+48
2024-12-20path-walk: mark trees and blobs as UNINTERESTINGDerrick Stolee-0/+74
2024-12-20path-walk: visit tags and cached objectsDerrick Stolee-3/+181
2024-12-20path-walk: allow consumer to specify object typesDerrick Stolee-4/+29
2024-12-20path-walk: introduce an object walk by pathDerrick Stolee-0/+279