]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ps/object-collision-check'
authorJunio C Hamano <gitster@pobox.com>
Fri, 17 Jan 2025 00:35:13 +0000 (16:35 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 17 Jan 2025 00:35:13 +0000 (16:35 -0800)
CI jobs gave sporadic failures, which turns out that that the
object finalization code was giving an error when it did not have
to.

* ps/object-collision-check:
  object-file: retry linking file into place when occluding file vanishes
  object-file: don't special-case missing source file in collision check
  object-file: rename variables in `check_collision()`
  object-file: fix race in object collision check

1  2 
object-file.c

diff --cc object-file.c
Simple merge