summaryrefslogtreecommitdiff
path: root/path-walk.c
AgeCommit message (Expand)Author
2026-01-09path-walk: use repo_parse_tree_gently()René Scharfe
2025-08-25path-walk: create initializer for path listsDerrick Stolee
2025-08-25path-walk: fix setup of pending objectsDerrick Stolee
2025-05-16path-walk: add new 'edge_aggressive' optionDerrick Stolee
2025-02-03backfill: add --sparse optionDerrick Stolee
2025-01-22path-walk: drop redundant parse_tree() callJeff King
2024-12-20path-walk: reorder object visitsDerrick Stolee
2024-12-20path-walk: mark trees and blobs as UNINTERESTINGDerrick Stolee
2024-12-20path-walk: visit tags and cached objectsDerrick Stolee
2024-12-20path-walk: allow consumer to specify object typesDerrick Stolee
2024-12-20path-walk: introduce an object walk by pathDerrick Stolee