object-store: allow read_object_file_extended to read from any repo
authorStefan Beller <sbeller@google.com>
Wed, 14 Nov 2018 00:12:46 +0000 (16:12 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 14 Nov 2018 08:22:40 +0000 (17:22 +0900)
commita3b72c89bdd10f8b22d7dae382f0ce9833e5d179
treeac94e5ddd57b0be50068cb8f8923a3ef3daaccd4
parent33b94066f27199071abaa4067d29a98bbbbdae11
object-store: allow read_object_file_extended to read from any repo

read_object_file_extended is not widely used, so migrate it all at once.

Signed-off-by: Stefan Beller <sbeller@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
object-store.h
sha1-file.c
streaming.c