Re: [PATCH 0/16] fix config-reading in non-repos

2016-09-14 Thread Jeff King
On Wed, Sep 14, 2016 at 12:55:41PM +0200, Dennis Kaarsemaker wrote: > >   [14/16]: config: only read .git/config from configured repos > >   [15/16]: init: expand comments explaining config trickery > >   [16/16]: init: reset cached config when entering new repo > > Couldn't find anything to comm

Re: [PATCH 0/16] fix config-reading in non-repos

2016-09-14 Thread Dennis Kaarsemaker
On ma, 2016-09-12 at 23:22 -0400, Jeff King wrote: > The motivation for this series is to fix the regression in v2.9 where > core.logallrefupdates is sometimes not set properly in a newly > initialized repository, as described in this thread: > >   http://public-inbox.org/git/c46d36ef-3c2e-374f-0

[PATCH 0/16] fix config-reading in non-repos

2016-09-12 Thread Jeff King
The motivation for this series is to fix the regression in v2.9 where core.logallrefupdates is sometimes not set properly in a newly initialized repository, as described in this thread: http://public-inbox.org/git/c46d36ef-3c2e-374f-0f2e-ffe31104e...@gmx.de/T/#u The root of the problem is that