commit: add repository argument to prepare_commit_graft
commit3ee37656ee6e6c2510add974af057a9d02d3cf4a
authorJonathan Nieder <jrnieder@gmail.com>
Tue, 15 May 2018 23:42:20 +0000 (15 16:42 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 16 May 2018 02:42:03 +0000 (16 11:42 +0900)
tree3534052962268aacc7ca628ccd69339f066d7932
parent02ba3e1a057aad2d2201dc6ba8f77f2904b07703
commit: add repository argument to prepare_commit_graft

Add a repository argument to allow the caller of prepare_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 <jrnieder@gmail.com>
Signed-off-by: Stefan Beller <sbeller@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
commit.c