]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jk/fetch-check-graph-objects-fix'
authorJunio C Hamano <gitster@pobox.com>
Thu, 28 Aug 2025 18:28:58 +0000 (11:28 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 28 Aug 2025 18:28:58 +0000 (11:28 -0700)
Under a race against another process that is repacking the
repository, especially a partially cloned one, "git fetch" may
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