index
:
pub/scm/git/git.git
jch
main
maint
master
next
seen
todo
Git source code mirror
Junio C Hamano
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
path-walk.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-13
Merge branch 'kk/prio-queue-get-put-fusion'
Junio C Hamano
1
-4
/
+4
2026-06-15
odb: use size_t for object_info.sizep and the size APIs
Johannes Schindelin
1
-1
/
+1
2026-06-09
prio-queue: rename .nr to .nr_ and add accessor helpers
Kristofer Karlsson
1
-4
/
+4
2026-05-24
path-walk: support `combine` filter
Taylor Blau
1
-5
/
+20
2026-05-24
path-walk: support `object:type` filter
Taylor Blau
1
-1
/
+12
2026-05-24
path-walk: support `tree:0` filter
Taylor Blau
1
-10
/
+43
2026-05-24
pack-objects: support sparse:oid filter with path-walk
Derrick Stolee
1
-4
/
+77
2026-05-24
path-walk: add pl_sparse_trees to control tree pruning
Derrick Stolee
1
-2
/
+3
2026-05-24
path-walk: support blob size limit filter
Derrick Stolee
1
-4
/
+37
2026-05-24
path-walk: support blobless filter
Derrick Stolee
1
-0
/
+30
2026-05-24
path-walk: always emit directly-requested objects
Derrick Stolee
1
-15
/
+27
2026-04-07
Merge branch 'yc/path-walk-fix-error-reporting'
Junio C Hamano
1
-1
/
+1
2026-03-26
path-walk: support wildcard pathspecs for blob filtering
Derrick Stolee
1
-9
/
+13
2026-03-26
backfill: work with prefix pathspecs
Derrick Stolee
1
-0
/
+39
2026-03-20
path-walk: fix NULL pointer dereference in error message
Yuvraj Singh Chauhan
1
-1
/
+1
2026-01-09
path-walk: use repo_parse_tree_gently()
René Scharfe
1
-1
/
+1
2025-08-25
path-walk: create initializer for path lists
Derrick Stolee
1
-32
/
+25
2025-08-25
path-walk: fix setup of pending objects
Derrick Stolee
1
-0
/
+2
2025-05-16
path-walk: add new 'edge_aggressive' option
Derrick Stolee
1
-1
/
+5
2025-02-03
backfill: add --sparse option
Derrick Stolee
1
-5
/
+23
2025-01-22
path-walk: drop redundant parse_tree() call
Jeff King
1
-1
/
+0
2024-12-20
path-walk: reorder object visits
Derrick Stolee
1
-12
/
+48
2024-12-20
path-walk: mark trees and blobs as UNINTERESTING
Derrick Stolee
1
-0
/
+74
2024-12-20
path-walk: visit tags and cached objects
Derrick Stolee
1
-3
/
+181
2024-12-20
path-walk: allow consumer to specify object types
Derrick Stolee
1
-4
/
+29
2024-12-20
path-walk: introduce an object walk by path
Derrick Stolee
1
-0
/
+279