Re: [PATCH 06/19] refs: add repository argument to get_main_ref_store

2018-04-09 Thread Stefan Beller
Hi Eric, On Fri, Apr 6, 2018 at 11:53 PM, Eric Sunshine wrote: >> >> # Conflicts: >> # t/helper/test-ref-store.c > > Meh. Fixed in a reroll.

Re: [PATCH 06/19] refs: add repository argument to get_main_ref_store

2018-04-07 Thread Eric Sunshine
On Fri, Apr 6, 2018 at 7:21 PM, Stefan Beller wrote: > Add a repository argument to allow the get_main_ref_store caller > to be more specific about which repository to handle. This is a small > mechanical change; it doesn't change the implementation to handle > repositories

[PATCH 06/19] refs: add repository argument to get_main_ref_store

2018-04-06 Thread Stefan Beller
Add a repository argument to allow the get_main_ref_store caller 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