summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2007-01-17 09:10:13 (GMT)
committerJunio C Hamano <junkio@cox.net>2007-01-17 09:10:26 (GMT)
commit0f2ba25d54b143e08bdb7b24316c3dbad6fef558 (patch)
tree80ced457213426d6d9577aae0b36ce87cfdb5d03 /Documentation
parente54155750876ac81ff8be945903177e833f457a9 (diff)
downloadgit-0f2ba25d54b143e08bdb7b24316c3dbad6fef558.zip
git-0f2ba25d54b143e08bdb7b24316c3dbad6fef558.tar.gz
git-0f2ba25d54b143e08bdb7b24316c3dbad6fef558.tar.bz2
Documentation/git-tar-tree.txt: default umask is now 002
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-tar-tree.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-tar-tree.txt b/Documentation/git-tar-tree.txt
index 74a6fdd..bc3360f 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