diff options
| author | Junio C Hamano <gitster@pobox.com> | 2025-01-29 14:05:08 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-01-29 14:05:09 -0800 |
| commit | f046ab2dd4c59aed786da0067f1af68ea1b003eb (patch) | |
| tree | 1502ac92a5faca49fd4fdde99835d3cbc2083235 /meson.build | |
| parent | da898a5c645ce9b6d72c2d39abe1bc3d48cb0fdb (diff) | |
| parent | b224e8e36cf22df3c058990cfdd8c1d5c51fc5ae (diff) | |
| download | git-f046ab2dd4c59aed786da0067f1af68ea1b003eb.tar.xz | |
Merge branch 'ds/path-walk-1'
Introduce a new API to visit objects in batches based on a common
path, or by type.
* ds/path-walk-1:
path-walk: drop redundant parse_tree() call
path-walk: reorder object visits
path-walk: mark trees and blobs as UNINTERESTING
path-walk: visit tags and cached objects
path-walk: allow consumer to specify object types
t6601: add helper for testing path-walk API
test-lib-functions: add test_cmp_sorted
path-walk: introduce an object walk by path
Diffstat (limited to 'meson.build')
| -rw-r--r-- | meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build index c54ccd2162..548eac62b2 100644 --- a/meson.build +++ b/meson.build @@ -358,6 +358,7 @@ libgit_sources = [ 'patch-delta.c', 'patch-ids.c', 'path.c', + 'path-walk.c', 'pathspec.c', 'pkt-line.c', 'preload-index.c', |
