diff options
| author | Junio C Hamano <gitster@pobox.com> | 2025-05-12 14:22:49 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-05-12 14:22:49 -0700 |
| commit | 6dbc41631d1ee65e1c12be7e3844e671b6bc44ea (patch) | |
| tree | 2db2c90aa3b38f58aecc86238a92aa67348352a5 /Makefile | |
| parent | a9d67d67e3fe0d3a31470f1f425549a2ebb4b4e0 (diff) | |
| parent | 98f8854c948340e77532a3fe6978c005cf8f05e3 (diff) | |
| download | git-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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
