aboutsummaryrefslogtreecommitdiff
path: root/Makefile
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 /Makefile
parenta9d67d67e3fe0d3a31470f1f425549a2ebb4b4e0 (diff)
parent98f8854c948340e77532a3fe6978c005cf8f05e3 (diff)
downloadgit-6dbc41631d1ee65e1c12be7e3844e671b6bc44ea.tar.xz
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 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8a7f1c7654..de73c6ddcd 100644
--- a/Makefile
+++ b/Makefile
@@ -819,6 +819,7 @@ TEST_BUILTINS_OBJS += test-mergesort.o
TEST_BUILTINS_OBJS += test-mktemp.o
TEST_BUILTINS_OBJS += test-name-hash.o
TEST_BUILTINS_OBJS += test-online-cpus.o
+TEST_BUILTINS_OBJS += test-pack-deltas.o
TEST_BUILTINS_OBJS += test-pack-mtimes.o
TEST_BUILTINS_OBJS += test-parse-options.o
TEST_BUILTINS_OBJS += test-parse-pathspec-file.o