From: Jonathan Nieder Date: Wed, 25 Apr 2018 18:21:02 +0000 (-0700) Subject: packfile: add repository argument to packed_object_info X-Git-Tag: v2.18.0-rc0~57^2~4 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/720aaa1a74a8cf5fcc35bb294013d30d218bec01?ds=inline;hp=720aaa1a74a8cf5fcc35bb294013d30d218bec01 packfile: add repository argument to packed_object_info Add a repository argument to allow callers of packed_object_info 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 Signed-off-by: Stefan Beller Reviewed-by: Jonathan Tan Signed-off-by: Junio C Hamano ---