]> git.ipfire.org Git - thirdparty/git.git/commit
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)
commit51a561116f9764feb1a1d3bb79be8862fd574c33
tree70027e4d77a2461f9cba7baeeac91ba10ea70c48
parente110ef974a354cec3fd202c2beaa03a5fe58ad3b
parent8f32a5a6c050766bfa2827869ec9116cebd0eb9b
Merge branch 'jk/fetch-check-graph-objects-fix' into next

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
fetch-pack.c