From 2285e75c222df1768490c4a2c58d4c4226528ee5 Mon Sep 17 00:00:00 2001 From: Sitaram Chamarty Date: Fri, 18 Sep 2009 17:04:43 +0530 Subject: [PATCH] example rc: say that $PERSONAL must start with "refs/" --- conf/example.gitolite.rc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/conf/example.gitolite.rc b/conf/example.gitolite.rc index d2adbfd..ee5a3e3 100644 --- a/conf/example.gitolite.rc +++ b/conf/example.gitolite.rc @@ -67,10 +67,13 @@ $GL_CONF_COMPILED="$GL_ADMINDIR/conf/gitolite.conf-compiled.pm"; $PERSONAL=""; -# uncomment one of these if you do want it. I recommend this: +# uncomment one of these if you do want it. If you change it, remember it +# MUST start with "refs/" + +# I recommend this: # $PERSONAL="refs/personal"; -# but if you want something more visible/noisy, use this: +# if you want something more visible/noisy, use this: # $PERSONAL="refs/heads/personal"; # NOTE: whatever value you choose, for security reasons it is better to make