Re: [PATCH v4 19/21] refs: add register_ref_storage_backends()

2016-02-17 Thread David Turner
On Fri, 2016-02-12 at 16:42 +0100, Michael Haggerty wrote: > On 02/05/2016 08:44 PM, David Turner wrote: > > This new function will register all known ref storage backends... > > once > > there are any other than the default. For now, it's a no-op. > > > > Signed-off-by: David Turner > > --- > >

Re: [PATCH v4 19/21] refs: add register_ref_storage_backends()

2016-02-12 Thread Michael Haggerty
On 02/05/2016 08:44 PM, David Turner wrote: > This new function will register all known ref storage backends... once > there are any other than the default. For now, it's a no-op. > > Signed-off-by: David Turner > --- > builtin/init-db.c | 3 +++ > config.c | 25 ++

[PATCH v4 19/21] refs: add register_ref_storage_backends()

2016-02-05 Thread David Turner
This new function will register all known ref storage backends... once there are any other than the default. For now, it's a no-op. Signed-off-by: David Turner --- builtin/init-db.c | 3 +++ config.c | 25 + refs.c| 8 refs.h|