diff options
author | Junio C Hamano <junkio@cox.net> | 2007-01-17 01:10:13 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-01-17 01:10:26 -0800 |
commit | 0f2ba25d54b143e08bdb7b24316c3dbad6fef558 (patch) | |
tree | 80ced457213426d6d9577aae0b36ce87cfdb5d03 | |
parent | e54155750876ac81ff8be945903177e833f457a9 (diff) | |
download | git-0f2ba25d54b143e08bdb7b24316c3dbad6fef558.tar.gz git-0f2ba25d54b143e08bdb7b24316c3dbad6fef558.tar.xz |
Documentation/git-tar-tree.txt: default umask is now 002
Signed-off-by: Junio C Hamano <junkio@cox.net>
-rw-r--r-- | Documentation/git-tar-tree.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-tar-tree.txt b/Documentation/git-tar-tree.txt index 74a6fddd9..bc3360f07 100644 --- a/Documentation/git-tar-tree.txt +++ b/Documentation/git-tar-tree.txt @@ -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 |