Re: [PATCH 16/16] init: reset cached config when entering new repo

2016-09-13 Thread Stefan Beller
I have reviewed all patches though I am no expert on the init routines. They all look good except for the one nit I noted for the commit message in patch 6. With that, the whole series is: Reviewed-by: Stefan Beller Thanks!

[PATCH 16/16] init: reset cached config when entering new repo

2016-09-12 Thread Jeff King
After we copy the templates into place, we re-read the config in case we copied in a default config file. But since git_config() is backed by a cache these days, it's possible that the call will not actually touch the filesystem at all; we need to tell it that something has changed behind the