From: Stefan Beller Date: Fri, 29 Jun 2018 01:21:57 +0000 (-0700) Subject: commit: add repository argument to lookup_commit_reference_gently X-Git-Tag: v2.19.0-rc0~104^2~25 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/21e1ee8f4f4b7767d506b02504e97f6bcaef13a0?hp=21e1ee8f4f4b7767d506b02504e97f6bcaef13a0 commit: add repository argument to lookup_commit_reference_gently Add a repository argument to allow callers of lookup_commit_reference_gently 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: Stefan Beller Signed-off-by: Junio C Hamano ---