aboutsummaryrefslogtreecommitdiff
path: root/path-walk.c
AgeCommit message (Expand)Author
8 daysMerge branch 'yc/path-walk-fix-error-reporting'Junio C Hamano
2026-03-26path-walk: support wildcard pathspecs for blob filteringDerrick Stolee
2026-03-26backfill: work with prefix pathspecsDerrick Stolee
2026-03-20path-walk: fix NULL pointer dereference in error messageYuvraj Singh Chauhan
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