sha1_file: add raw_object_store argument to alt_odb_usable
commit13313fc333ef509465df6b681169e9842a99ae5d
authorStefan Beller <sbeller@google.com>
Fri, 23 Mar 2018 17:21:03 +0000 (23 18:21 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 26 Mar 2018 17:05:55 +0000 (26 10:05 -0700)
tree94a993c46179efbce31787d4ec457ab79296dd08
parent9a00580d0383fe60c70e966e66584e626ca3a846
sha1_file: add raw_object_store argument to alt_odb_usable

Add a raw_object_store to alt_odb_usable to be more specific about which
repository to act on. The choice of the repository is delegated to its
only caller link_alt_odb_entry.

Signed-off-by: Stefan Beller <sbeller@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
sha1_file.c