Re: [PATCH 1/1] mingw: respect core.hidedotfiles = false in git-init again

2019-03-11 Thread Johannes Schindelin
Hi Junio, On Fri, 8 Mar 2019, Junio C Hamano wrote: > "Johannes Schindelin via GitGitGadget" > writes: > > > diff --git a/builtin/init-db.c b/builtin/init-db.c > > index 93eff7618c..94df241ad5 100644 > > --- a/builtin/init-db.c > > +++ b/builtin/init-db.c > > @@ -155,6 +155,9 @@ static int git_

Re: [PATCH 1/1] mingw: respect core.hidedotfiles = false in git-init again

2019-03-07 Thread Junio C Hamano
"Johannes Schindelin via GitGitGadget" writes: > diff --git a/builtin/init-db.c b/builtin/init-db.c > index 93eff7618c..94df241ad5 100644 > --- a/builtin/init-db.c > +++ b/builtin/init-db.c > @@ -155,6 +155,9 @@ static int git_init_db_config(const char *k, const char > *v, void *cb) > if (

[PATCH 1/1] mingw: respect core.hidedotfiles = false in git-init again

2019-03-07 Thread Johannes Schindelin via GitGitGadget
From: Johannes Schindelin This is a brown paper bag. When adding the tests, we actually failed to verify that the config variable is heeded in git-init at all. And when changing the original patch that marked the .git/ directory as hidden after reading the config, it was lost on this developer th