Documentation/git-tar-tree.txt: default umask is now 002
Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
parent
e541557508
commit
0f2ba25d54
@ -50,7 +50,7 @@ repository configuration as follows :
|
|||||||
umask = 002 ;# group friendly
|
umask = 002 ;# group friendly
|
||||||
|
|
||||||
The special umask value "user" indicates that the user's current umask
|
The special umask value "user" indicates that the user's current umask
|
||||||
will be used instead. The default value remains 0, which means world
|
will be used instead. The default value is 002, which means group
|
||||||
readable/writable files and directories.
|
readable/writable files and directories.
|
||||||
|
|
||||||
EXAMPLES
|
EXAMPLES
|
||||||
|
Loading…
Reference in New Issue
Block a user