Code

Documentation/git-tar-tree.txt: default umask is now 002
authorJunio C Hamano <junkio@cox.net>
Wed, 17 Jan 2007 09:10:13 +0000 (01:10 -0800)
committerJunio C Hamano <junkio@cox.net>
Wed, 17 Jan 2007 09:10:26 +0000 (01:10 -0800)
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-tar-tree.txt

index 74a6fddd9a9f9d6831922fb163240c2a2c06994e..bc3360f07919934643bde231f360610ce8169793 100644 (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