On Wed, Dec 6, 2023 at 1:40 PM Patrick Steinhardt <ps@xxxxxx> wrote: > The first Git step where we expect the repository to be fully initalized > is when we fetch bundles via bundle URIs. Funny enough, the comments > there also state that "the_repository must match the cloned repo", which > is indeed not necessarily the case for the hash algorithm right now. So > in practice it is the right thing to detect the remote's object format > before downloading bundle URIs anyway, and not doing so causes clones > with bundle URIS to fail when the local default object format does not > match the remote repository's format. > Nit: s/URIS/URIs