From: Stefan Beller Date: Tue, 8 May 2018 19:37:25 +0000 (-0700) Subject: object: add repository argument to create_object X-Git-Tag: v2.19.0-rc0~188^2~11 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/68f95d382b51b134b138c91f94adb8d9ef2f557a?hp=68f95d382b51b134b138c91f94adb8d9ef2f557a object: add repository argument to create_object Add a repository argument to allow the callers of create_object to be more specific about which repository to act on. This is a small mechanical change; it doesn't change the implementation to handle repositories other than the_repository yet. Signed-off-by: Jonathan Nieder Signed-off-by: Stefan Beller Signed-off-by: Junio C Hamano ---