From 416d3398b34778a9ace7d202b41dd4bfc352c716 Mon Sep 17 00:00:00 2001 From: Sitaram Chamarty Date: Fri, 25 Jun 2010 20:09:38 +0530 Subject: [PATCH] (minor) update example RC file docs on GL_GITCONFIG_KEYS usage --- conf/example.gitolite.rc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/conf/example.gitolite.rc b/conf/example.gitolite.rc index 272d618..5114349 100644 --- a/conf/example.gitolite.rc +++ b/conf/example.gitolite.rc @@ -132,6 +132,12 @@ $GL_GITCONFIG_KEYS = ""; # regular expressions) is to allow anything and everything: # $GL_GITCONFIG_KEYS = ".*"; +# NOTE that due to some quoting and interpolation issues I have not been able +# to look at, a literal "." needs to be specified in this string as \\. (two +# backslashes and a dot). So this is how you'd allow any keys in the "foo" +# category: +# $GL_GITCONFIG_KEYS = "foo\\..*"; + # -------------------------------------- # EXTERNAL COMMAND HELPER -- HTPASSWD