mirror of
https://github.com/git/git.git
synced 2026-08-02 22:27:14 +00:00
Documentation/git-tar-tree.txt: default umask is now 002
Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
@@ -50,7 +50,7 @@ repository configuration as follows :
|
||||
umask = 002 ;# group friendly
|
||||
|
||||
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.
|
||||
|
||||
EXAMPLES
|
||||
|
||||
Reference in New Issue
Block a user