From a6b7928bc140a9f08b14af4865595440ad20cd6c Mon Sep 17 00:00:00 2001 From: Sitaram Chamarty Date: Mon, 8 Feb 2010 06:02:36 +0530 Subject: [PATCH] example RC: GL_GITCONFIG_KEYS was not showing up in easy install diff --- conf/example.gitolite.rc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/conf/example.gitolite.rc b/conf/example.gitolite.rc index 00e6a57..f1e5b7e 100644 --- a/conf/example.gitolite.rc +++ b/conf/example.gitolite.rc @@ -133,9 +133,10 @@ $GIT_PATH=""; # arbitrary repo config options *may* be a security risk -- some config # settings may allow executing arbitrary commands. # -# You have 3 choices. By default $GL_GITCONFIG_KEYS is left undefined, which +# You have 3 choices. By default $GL_GITCONFIG_KEYS is left empty, which # completely disables this feature (meaning you cannot set git configs from # the repo config). +$GL_GITCONFIG_KEYS = ""; # # The second choice is to give it a space separated list of settings you # consider safe. (These are actually treated as a set of regular expression @@ -188,7 +189,7 @@ $RSYNC_BASE = ""; # This has now been rolled into master, with all the functionality gated by # this variable. Set this to 1 if you want to enable the wildrepos features. # Please see doc/4-wildcard-repositories.mkd for details. -# $GL_WILDREPOS = 0; +$GL_WILDREPOS = 0; # -------------------------------------- # per perl rules, this should be the last line in such a file: