Re: [PATCH 08/16] refs: add methods to init refs backend and db

2015-12-22 Thread David Turner
On Wed, 2015-12-23 at 06:33 +0100, Michael Haggerty wrote: > On 12/03/2015 01:35 AM, David Turner wrote: > > Alternate refs backends might not need the refs/heads directory and > > so > > on, so we make ref db initialization part of the backend. We also > > might need to initialize ref backends th

Re: [PATCH 08/16] refs: add methods to init refs backend and db

2015-12-22 Thread Michael Haggerty
On 12/03/2015 01:35 AM, David Turner wrote: > Alternate refs backends might not need the refs/heads directory and so > on, so we make ref db initialization part of the backend. We also > might need to initialize ref backends themselves, so we'll add a > method for that as well. > > Signed-off-by: