diff options
Diffstat (limited to 'deployment/mgagit/templates')
-rw-r--r-- | deployment/mgagit/templates/gitolite.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/mgagit/templates/gitolite.rc b/deployment/mgagit/templates/gitolite.rc index b21fd383..5c3cc8af 100644 --- a/deployment/mgagit/templates/gitolite.rc +++ b/deployment/mgagit/templates/gitolite.rc @@ -18,7 +18,7 @@ # default umask gives you perms of '0700'; see the rc file docs for # how/why you might change this - UMASK => 0077, + UMASK => 0022, # look for "git-config" in the documentation GIT_CONFIG_KEYS => '', |