summaryrefslogtreecommitdiff
path: root/path-walk.c
AgeCommit message (Expand)AuthorFilesLines
2026-07-13Merge branch 'kk/prio-queue-get-put-fusion'Junio C Hamano1-4/+4
2026-06-15odb: use size_t for object_info.sizep and the size APIsJohannes Schindelin1-1/+1
2026-06-09prio-queue: rename .nr to .nr_ and add accessor helpersKristofer Karlsson1-4/+4
2026-05-24path-walk: support `combine` filterTaylor Blau1-5/+20
2026-05-24path-walk: support `object:type` filterTaylor Blau1-1/+12
2026-05-24path-walk: support `tree:0` filterTaylor Blau1-10/+43
2026-05-24pack-objects: support sparse:oid filter with path-walkDerrick Stolee1-4/+77
2026-05-24path-walk: add pl_sparse_trees to control tree pruningDerrick Stolee1-2/+3
2026-05-24path-walk: support blob size limit filterDerrick Stolee1-4/+37
2026-05-24path-walk: support blobless filterDerrick Stolee1-0/+30
2026-05-24path-walk: always emit directly-requested objectsDerrick Stolee1-15/+27
2026-04-07Merge branch 'yc/path-walk-fix-error-reporting'Junio C Hamano1-1/+1
2026-03-26path-walk: support wildcard pathspecs for blob filteringDerrick Stolee1-9/+13
2026-03-26backfill: work with prefix pathspecsDerrick Stolee1-0/+39
2026-03-20path-walk: fix NULL pointer dereference in error messageYuvraj Singh Chauhan1-1/+1
2026-01-09path-walk: use repo_parse_tree_gently()René Scharfe1-1/+1
2025-08-25path-walk: create initializer for path listsDerrick Stolee1-32/+25
2025-08-25path-walk: fix setup of pending objectsDerrick Stolee1-0/+2
2025-05-16path-walk: add new 'edge_aggressive' optionDerrick Stolee1-1/+5
2025-02-03backfill: add --sparse optionDerrick Stolee1-5/+23
2025-01-22path-walk: drop redundant parse_tree() callJeff King1-1/+0
2024-12-20path-walk: reorder object visitsDerrick Stolee1-12/+48
2024-12-20path-walk: mark trees and blobs as UNINTERESTINGDerrick Stolee1-0/+74
2024-12-20path-walk: visit tags and cached objectsDerrick Stolee1-3/+181
2024-12-20path-walk: allow consumer to specify object typesDerrick Stolee1-4/+29
2024-12-20path-walk: introduce an object walk by pathDerrick Stolee1-0/+279