summaryrefslogtreecommitdiffstats
path: root/path-walk.c
AgeCommit message (Expand)AuthorLines
13 daysMerge branch 'yc/path-walk-fix-error-reporting'Junio C Hamano-1/+1
2026-03-26path-walk: support wildcard pathspecs for blob filteringDerrick Stolee-9/+13
2026-03-26backfill: work with prefix pathspecsDerrick Stolee-0/+39
2026-03-20path-walk: fix NULL pointer dereference in error messageYuvraj Singh Chauhan-1/+1
2026-01-09path-walk: use repo_parse_tree_gently()René Scharfe-1/+1
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