aboutsummaryrefslogtreecommitdiffstats
path: root/t/helper/test-tool.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2025-05-12 14:22:49 -0700
committerJunio C Hamano <gitster@pobox.com>2025-05-12 14:22:49 -0700
commit6dbc41631d1ee65e1c12be7e3844e671b6bc44ea (patch)
tree2db2c90aa3b38f58aecc86238a92aa67348352a5 /t/helper/test-tool.c
parenta9d67d67e3fe0d3a31470f1f425549a2ebb4b4e0 (diff)
parent98f8854c948340e77532a3fe6978c005cf8f05e3 (diff)
downloadgit-6dbc41631d1ee65e1c12be7e3844e671b6bc44ea.tar.gz
Merge branch 'ds/fix-thin-fix'
"git index-pack --fix-thin" used to abort to prevent a cycle in delta chains from forming in a corner case even when there is no such cycle. * ds/fix-thin-fix: index-pack: allow revisiting REF_DELTA chains t5309: create failing test for 'git index-pack' test-tool: add pack-deltas helper
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 50dc4dac4e..74812ed86d 100644
--- a/t/helper/test-tool.c
+++ b/t/helper/test-tool.c
@@ -46,6 +46,7 @@ static struct test_cmd cmds[] = {
{ "mktemp", cmd__mktemp },
{ "name-hash", cmd__name_hash },
{ "online-cpus", cmd__online_cpus },
+ { "pack-deltas", cmd__pack_deltas },
{ "pack-mtimes", cmd__pack_mtimes },
{ "parse-options", cmd__parse_options },
{ "parse-options-flags", cmd__parse_options_flags },