index
:
git
gitk-resize-error
main
Fork of git SCM with my patches.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
path-walk.c
Age
Commit message (
Expand
)
Author
8 days
Merge branch 'yc/path-walk-fix-error-reporting'
Junio C Hamano
2026-03-26
path-walk: support wildcard pathspecs for blob filtering
Derrick Stolee
2026-03-26
backfill: work with prefix pathspecs
Derrick Stolee
2026-03-20
path-walk: fix NULL pointer dereference in error message
Yuvraj Singh Chauhan
2026-01-09
path-walk: use repo_parse_tree_gently()
René Scharfe
2025-08-25
path-walk: create initializer for path lists
Derrick Stolee
2025-08-25
path-walk: fix setup of pending objects
Derrick Stolee
2025-05-16
path-walk: add new 'edge_aggressive' option
Derrick Stolee
2025-02-03
backfill: add --sparse option
Derrick Stolee
2025-01-22
path-walk: drop redundant parse_tree() call
Jeff King
2024-12-20
path-walk: reorder object visits
Derrick Stolee
2024-12-20
path-walk: mark trees and blobs as UNINTERESTING
Derrick Stolee
2024-12-20
path-walk: visit tags and cached objects
Derrick Stolee
2024-12-20
path-walk: allow consumer to specify object types
Derrick Stolee
2024-12-20
path-walk: introduce an object walk by path
Derrick Stolee