Re: [PATCH v3 10/32] commit: add repository argument to parse_commit_buffer

2018-06-29 Thread Derrick Stolee
On 6/28/2018 9:22 PM, Stefan Beller wrote: Add a repository argument to allow the callers of parse_commit_buffer 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. As

[PATCH v3 10/32] commit: add repository argument to parse_commit_buffer

2018-06-28 Thread Stefan Beller
Add a repository argument to allow the callers of parse_commit_buffer 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. As with the previous commits, use a macro to cat