[gitolite.rc]: update umask

This commit is contained in:
Jesús 2021-04-08 16:35:10 -05:00
parent 938767f582
commit 0ab792d0f4
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -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 => 0027,
# look for "git-config" in the documentation
GIT_CONFIG_KEYS => '.*',