Re: [PATCH] Allow default core.logallrefupdates to be overridden with template's config
From: Junio C Hamano <hidden> Date: 2016-06-15 22:42:50
Junio C Hamano [off-list ref] writes:
However, when set to false, your check says "Do not set it
per-repo". This tells git to follow the default "use reflog in
non-bare repositories" and it does not mean "I do not want
steenking reflogs anywhere".
This part is not true -- as we copy the templated config which
has explicit "no steenking reflog" to the new repository.
So I am Ok with your patch.