sha1_file: add repository argument to map_sha1_file
commite35454fa622dc5978100ad0aa5fa85dc02aa6a43
authorStefan Beller <sbeller@google.com>
Fri, 23 Mar 2018 17:21:14 +0000 (23 18:21 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 26 Mar 2018 17:05:55 +0000 (26 10:05 -0700)
tree62aa8e4fc963f812bbfdc95ac7afa9338bc8c437
parent332295d7e4292d78c92ac36e4c794ab634ab9399
sha1_file: add repository argument to map_sha1_file

Add a repository argument to allow map_sha1_file callers to be more
specific about which repository to handle. This is a small mechanical
change; it doesn't change the implementation to handle repositories
other than the_repository yet.

As with the previous commits, use a macro to catch callers passing a
repository other than the_repository at compile time.

While at it, move the declaration to object-store.h, where it should
be easier to find.

Signed-off-by: Stefan Beller <sbeller@google.com>
Signed-off-by: Jonathan Nieder <jrnieder@gmail.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>
cache.h
object-store.h
sha1_file.c
streaming.c