aboutsummaryrefslogtreecommitdiffstats
path: root/t/helper/test-tool.c
diff options
context:
space:
mode:
authorTaylor Blau <me@ttaylorr.com>2022-11-18 18:43:56 -0500
committerTaylor Blau <me@ttaylorr.com>2022-11-18 18:43:56 -0500
commita92fce4c50d5c45e85a5532cd4425b68c8a99501 (patch)
tree602f471b4da6bc05967316b600ce7a7f2e7f3b3a /t/helper/test-tool.c
parent3f98d7ab1b816f403fc12c7a7e056ceba230bab9 (diff)
parent652bd0211d456be052ff3e884a5e29b74ff824c0 (diff)
downloadgit-a92fce4c50d5c45e85a5532cd4425b68c8a99501.tar.gz
Merge branch 'vd/skip-cache-tree-update'
Avoid calling 'cache_tree_update()' when doing so would be redundant. * vd/skip-cache-tree-update: rebase: use 'skip_cache_tree_update' option read-tree: use 'skip_cache_tree_update' option reset: use 'skip_cache_tree_update' option unpack-trees: add 'skip_cache_tree_update' option cache-tree: add perf test comparing update and prime
Diffstat (limited to 't/helper/test-tool.c')
-rw-r--r--t/helper/test-tool.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/helper/test-tool.c b/t/helper/test-tool.c
index 775854c9f9..7eb1a26a30 100644
--- a/t/helper/test-tool.c
+++ b/t/helper/test-tool.c
@@ -14,6 +14,7 @@ static struct test_cmd cmds[] = {
{ "bitmap", cmd__bitmap },
{ "bloom", cmd__bloom },
{ "bundle-uri", cmd__bundle_uri },
+ { "cache-tree", cmd__cache_tree },
{ "chmtime", cmd__chmtime },
{ "config", cmd__config },
{ "crontab", cmd__crontab },