Re: [PATCH v6 00/12] Fix the early config

2017-03-14 Thread Jeff King
On Mon, Mar 13, 2017 at 03:31:15PM -0700, Junio C Hamano wrote: > Johannes Schindelin writes: > > > These patches are an attempt to make Git's startup sequence a bit less > > surprising. > > I think this is ready for 'next', so let's ask reviewers to really > pay

Re: [PATCH v6 00/12] Fix the early config

2017-03-13 Thread Junio C Hamano
Johannes Schindelin writes: > These patches are an attempt to make Git's startup sequence a bit less > surprising. I think this is ready for 'next', so let's ask reviewers to really pay attention to this round, wait for a few days and merge it by the end of the week

[PATCH v6 00/12] Fix the early config

2017-03-13 Thread Johannes Schindelin
These patches are an attempt to make Git's startup sequence a bit less surprising. The idea here is to refactor setup_git_directory()'s code so that the underlying .git/ directory discovery can be run without changing any global state nor the current working directory, and then to use that