Hi Junio,
On Fri, 8 Jan 2016, Junio C Hamano wrote:
I think it is correct not to touch this codepath in this patch,
because of the above two reasons, but more simply and generally, it
is correct not to touch this codepath because core.sharedRepository
is not about working tree files, and .rej is a file you use in your
working tree.
I am happy to adjust the log message, but I am pretty certain that the
`core.sharedRepository` setting actually also affects the working tree. At
least in my hands, calling
git clone -c core.sharedRepository=group . test-shared
results in all of the working tree files being group-writable.
Therefore I am not convinced this is a sound line of reasoning.
Ciao,
Dscho