Re: [PATCH 065/194] object-store: add repository argument to sha1_object_info

2018-02-05 Thread brian m. carlson
On Mon, Feb 05, 2018 at 03:55:26PM -0800, Stefan Beller wrote: > Add a repository argument to allow the callers of sha1_object_info > 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 t

[PATCH 065/194] object-store: add repository argument to sha1_object_info

2018-02-05 Thread Stefan Beller
Add a repository argument to allow the callers of sha1_object_info 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