]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ds/fix-thin-fix'
authorJunio C Hamano <gitster@pobox.com>
Mon, 12 May 2025 21:22:49 +0000 (14:22 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 12 May 2025 21:22:49 +0000 (14:22 -0700)
commit6dbc41631d1ee65e1c12be7e3844e671b6bc44ea
tree2db2c90aa3b38f58aecc86238a92aa67348352a5
parenta9d67d67e3fe0d3a31470f1f425549a2ebb4b4e0
parent98f8854c948340e77532a3fe6978c005cf8f05e3
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
Makefile
builtin/index-pack.c