projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e541557
)
Documentation/git-tar-tree.txt: default umask is now 002
author
Junio C Hamano
<junkio@cox.net>
Wed, 17 Jan 2007 09:10:13 +0000
(
01:10
-0800)
committer
Junio 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
patch
|
blob
|
history
diff --git
a/Documentation/git-tar-tree.txt
b/Documentation/git-tar-tree.txt
index 74a6fddd9a9f9d6831922fb163240c2a2c06994e..bc3360f07919934643bde231f360610ce8169793 100644
(file)
--- 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