fetch-pack: add a deref_without_lazy_fetch_extended()
commita6e65fb39caf18259c660c1c7910d5bf80bc15cb
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Mon, 16 May 2022 20:11:00 +0000 (16 20:11 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 16 May 2022 22:02:09 +0000 (16 15:02 -0700)
treea2fd40b454b21727d223c0ddc6c1b64693aa3a5e
parent9fd512c8d6322df821971024ab36b16bebd760fb
fetch-pack: add a deref_without_lazy_fetch_extended()

Add a version of the deref_without_lazy_fetch function which can be
called with custom oi_flags and to grab information about the
"object_type". This will be used for the bundle-uri client in a
subsequent commit.

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Derrick Stolee <derrickstolee@github.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
fetch-pack.c