Documentation/git-tar-tree.txt: default umask is now 002

Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Junio C Hamano 2007-01-17 01:10:13 -08:00
parent e541557508
commit 0f2ba25d54

View File

@ -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