summaryrefslogtreecommitdiffstats
path: root/path-walk.c
AgeCommit message (Expand)AuthorLines
2025-08-25path-walk: create initializer for path listsDerrick Stolee-32/+25
2025-08-25path-walk: fix setup of pending objectsDerrick Stolee-0/+2
2025-05-16path-walk: add new 'edge_aggressive' optionDerrick Stolee-1/+5
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