From 91b99ab809eb7c9d9e3649235f32358074ff2830 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 1 Sep 2013 21:09:31 -0300 Subject: Fixing gitolite umask --- files/gitolite.rc.wheezy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/gitolite.rc.wheezy b/files/gitolite.rc.wheezy index a1dd058..7ed5622 100644 --- a/files/gitolite.rc.wheezy +++ b/files/gitolite.rc.wheezy @@ -29,7 +29,7 @@ $GL_WILDREPOS = 0; $PROJECTS_LIST = $ENV{HOME} . "/projects.list"; # $WEB_INTERFACE = "gitweb"; # $GITWEB_URI_ESCAPE = 0; -$REPO_UMASK = 0077; +$REPO_UMASK = 0022; # ------------------------------------------------------------------------------ # variables with an efficiency/performance impact -- cgit v1.2.3