From: Junio C Hamano <hidden> Date: 2016-06-15 22:42:46
SungHyun Nam [off-list ref] writes:
Though I set 'shared=false' or umask=0077,
I cannot add a file with mode=0600.
GIT always added it as mode=0644.
How I can add/checkout a file with mode=0600?
Is it impossible?
Git is about source code control and uses file mode only for
executable bits.