Browse Source

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

Signed-off-by: Junio C Hamano <junkio@cox.net>
maint
Junio C Hamano 18 years ago
parent
commit
0f2ba25d54
  1. 2
      Documentation/git-tar-tree.txt

2
Documentation/git-tar-tree.txt

@ -50,7 +50,7 @@ repository configuration as follows : @@ -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

Loading…
Cancel
Save