[PATCH 2/9] cache.h: add repository argument to oid_object_info

2018-04-23 Thread Stefan Beller
Add a repository argument to allow the callers of oid_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. In the expanded macro the identifier `the_repository

Re: [PATCH 2/9] cache.h: add repository argument to oid_object_info

2018-04-23 Thread brian m. carlson
On Mon, Apr 23, 2018 at 04:43:20PM -0700, Stefan Beller wrote: > Add a repository argument to allow the callers of oid_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 th

Re: [PATCH 2/9] cache.h: add repository argument to oid_object_info

2018-04-24 Thread Jonathan Tan
On Mon, 23 Apr 2018 16:43:20 -0700 Stefan Beller wrote: > Add a repository argument to allow the callers of oid_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_rep