[PATCH 06/19] commit: add repository argument to prepare_commit_graft

2018-05-17 Thread Stefan Beller
From: Jonathan Nieder 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

[PATCH 06/19] commit: add repository argument to prepare_commit_graft

2018-05-15 Thread Stefan Beller
From: Jonathan Nieder 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