aboutsummaryrefslogtreecommitdiff
path: root/t/meson.build
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2025-01-29 14:05:08 -0800
committerJunio C Hamano <gitster@pobox.com>2025-01-29 14:05:09 -0800
commitf046ab2dd4c59aed786da0067f1af68ea1b003eb (patch)
tree1502ac92a5faca49fd4fdde99835d3cbc2083235 /t/meson.build
parentda898a5c645ce9b6d72c2d39abe1bc3d48cb0fdb (diff)
parentb224e8e36cf22df3c058990cfdd8c1d5c51fc5ae (diff)
downloadgit-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 't/meson.build')
-rw-r--r--t/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/meson.build b/t/meson.build
index 14fea8dddf..35f25ca4a1 100644
--- a/t/meson.build
+++ b/t/meson.build
@@ -829,6 +829,7 @@ integration_tests = [
't6500-gc.sh',
't6501-freshen-objects.sh',
't6600-test-reach.sh',
+ 't6601-path-walk.sh',
't6700-tree-depth.sh',
't7001-mv.sh',
't7002-mv-sparse-checkout.sh',