packfile: add repository argument to packed_to_object_type
commit144f4948a134ed3eedeb87b688408c9d4da094ff
authorStefan Beller <sbeller@google.com>
Wed, 25 Apr 2018 18:21:01 +0000 (25 11:21 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 26 Apr 2018 01:54:27 +0000 (26 10:54 +0900)
tree8d20513851e66d96dd26eae161309bb7114aa336
parent0df23781fedc5be6c0dc943e39107b7f1b265826
packfile: add repository argument to packed_to_object_type

Add a repository argument to allow the callers of packed_to_object_type
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.

Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Stefan Beller <sbeller@google.com>
Reviewed-by: Jonathan Tan <jonathantanmy@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
packfile.c