* private file add/checkout
@ 2006-12-26 2:00 SungHyun Nam
2006-12-26 2:16 ` Junio C Hamano
0 siblings, 1 reply; 2+ messages in thread
From: SungHyun Nam @ 2006-12-26 2:00 UTC (permalink / raw)
To: GIT
Hello,
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?
Thanks,
namsh
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: private file add/checkout
2006-12-26 2:00 private file add/checkout SungHyun Nam
@ 2006-12-26 2:16 ` Junio C Hamano
0 siblings, 0 replies; 2+ messages in thread
From: Junio C Hamano @ 2006-12-26 2:16 UTC (permalink / raw)
To: SungHyun Nam; +Cc: git
SungHyun Nam <goweol@gmail.com> 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.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-12-26 2:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-26 2:00 private file add/checkout SungHyun Nam
2006-12-26 2:16 ` Junio C Hamano
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox