]> git.ipfire.org Git - thirdparty/git.git/commit - commit.c
commit: add repository argument to commit_graft_pos
authorJonathan Nieder <jrnieder@gmail.com>
Tue, 15 May 2018 23:42:17 +0000 (16:42 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 16 May 2018 02:42:03 +0000 (11:42 +0900)
commitbe479e801da46b591844467229f003cdcd262e3e
tree34026a7514d77e8809e0eb36584c1c79d0a09457
parent6a1a79fd146510a7f1a6e6303d5adb1f8f298989
commit: add repository argument to commit_graft_pos

Add a repository argument to allow callers of commit_graft_pos 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