Re: [PATCH v7 29/33] setup: configure ref storage on setup

2016-03-01 Thread David Turner
On Tue, 2016-03-01 at 17:18 +, Ramsay Jones wrote: > > On 01/03/16 00:53, David Turner wrote: > > This sets up the existing backend early, so that other code which > > reads refs is reading from the right place. > > > > Signed-off-by: David Turner > > Signed-off-by: Junio C Hamano > > --- >

Re: [PATCH v7 29/33] setup: configure ref storage on setup

2016-03-01 Thread Ramsay Jones
On 01/03/16 00:53, David Turner wrote: > This sets up the existing backend early, so that other code which > reads refs is reading from the right place. > > Signed-off-by: David Turner > Signed-off-by: Junio C Hamano > --- > config.c | 1 + > setup.c | 4 > 2 files changed, 5 insertions

Re: [PATCH v7 29/33] setup: configure ref storage on setup

2016-03-01 Thread Jeff King
On Tue, Mar 01, 2016 at 03:48:30AM -0500, Jeff King wrote: > On Mon, Feb 29, 2016 at 07:53:02PM -0500, David Turner wrote: > > > diff --git a/setup.c b/setup.c > > index bd3a2cf..e2e1220 100644 > > --- a/setup.c > > +++ b/setup.c > > @@ -457,6 +457,10 @@ static int check_repository_format_gently(

Re: [PATCH v7 29/33] setup: configure ref storage on setup

2016-03-01 Thread Jeff King
On Mon, Feb 29, 2016 at 07:53:02PM -0500, David Turner wrote: > diff --git a/setup.c b/setup.c > index bd3a2cf..e2e1220 100644 > --- a/setup.c > +++ b/setup.c > @@ -457,6 +457,10 @@ static int check_repository_format_gently(const char > *gitdir, int *nongit_ok) > ret = -1; > }

[PATCH v7 29/33] setup: configure ref storage on setup

2016-02-29 Thread David Turner
This sets up the existing backend early, so that other code which reads refs is reading from the right place. Signed-off-by: David Turner Signed-off-by: Junio C Hamano --- config.c | 1 + setup.c | 4 2 files changed, 5 insertions(+) diff --git a/config.c b/config.c index 9ba40bc..cca7e2