Merge branch 'xx/bundie-uri-fixes'
commit125e38947087906be17fb4e237fc09764df97c65
authorJunio C Hamano <gitster@pobox.com>
Mon, 8 Jul 2024 21:53:11 +0000 (8 14:53 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 8 Jul 2024 21:53:11 +0000 (8 14:53 -0700)
treed3a5a64bacceb6485f186f99048cce117de76dbc
parent3997614c249b4b475d07c00556446d8b698d1a49
parent63d903ff52594eb52289abb89db1a4bca7b0f946
Merge branch 'xx/bundie-uri-fixes'

When bundleURI interface fetches multiple bundles, Git failed to
take full advantage of all bundles and ended up slurping duplicated
objects.

* xx/bundie-uri-fixes:
  unbundle: extend object verification for fetches
  fetch-pack: expose fsckObjects configuration logic
  bundle-uri: verify oid before writing refs
bundle-uri.c
bundle.c
fetch-pack.c
t/t5607-clone-bundle.sh
transport.c