]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jk/fetch-check-graph-objects-fix' into next
authorJunio C Hamano <gitster@pobox.com>
Wed, 27 Aug 2025 01:18:17 +0000 (18:18 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 27 Aug 2025 01:18:17 +0000 (18:18 -0700)
Under a race against another process that is repacking the
repository, especially a partially cloned one, "git fetch" may have
mistakenly think some objects we do have are missing, which has
been corrected.

* jk/fetch-check-graph-objects-fix:
  fetch-pack: re-scan when double-checking graph objects

1  2 
fetch-pack.c

diff --cc fetch-pack.c
Simple merge