From: Jonathan Nieder Date: Tue, 15 May 2018 23:42:18 +0000 (-0700) Subject: commit: add repository argument to register_commit_graft X-Git-Tag: v2.19.0-rc0~166^2~15 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/3f5787f80662b8f5dbd6fb83d5ca20be224e8a08?ds=inline;hp=3f5787f80662b8f5dbd6fb83d5ca20be224e8a08 commit: add repository argument to register_commit_graft Add a repository argument to allow callers of register_commit_graft 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 ---