File gitolite-gitweb.patch of Package gitolite
Index: conf/example.gitolite.rc
===================================================================
--- conf/example.gitolite.rc.orig
+++ conf/example.gitolite.rc
@@ -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 = 0027;
# ------------------------------------------------------------------------------
# variables with an efficiency/performance impact
@@ -80,7 +80,7 @@ $GL_LOGT="$GL_ADMINDIR/logs/gitolite-%y-
# ------------------------------------------------------------------------------
# variables that should NOT be changed after the install step completes
# ------------------------------------------------------------------------------
-$REPO_BASE="repositories";
+$REPO_BASE="projects";
# ------------------------------------------------------------------------------
# DO NOT TOUCH ANY THING AFTER THIS LINE