From: Stefan Beller Date: Thu, 12 Apr 2018 00:21:09 +0000 (-0700) Subject: refs: add repository argument to get_main_ref_store X-Git-Tag: v2.18.0-rc0~98^2~9 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/23a3f0cb16caa1cc79cf0af42a92bff61fe955a4?ds=inline;hp=23a3f0cb16caa1cc79cf0af42a92bff61fe955a4 refs: add repository argument to get_main_ref_store Add a repository argument to allow the get_main_ref_store caller 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 Signed-off-by: Junio C Hamano ---