compile/update hook: enable new style personal branches

The new style personal branches work by interpreting the special
sequence /USER/ (including the slashes) in a refname.  Docs should be in
the next commit...
This commit is contained in:
Sitaram Chamarty 2010-03-16 07:26:33 +05:30
parent ed5c78349e
commit 83884aa758
3 changed files with 4 additions and 1 deletions

View file

@ -250,6 +250,7 @@ sub parse_acl
our $creater = $ENV{GL_CREATER} = $c || $ENV{GL_CREATER} || "NOBODY";
our $readers = $ENV{GL_READERS} = $r || $ENV{GL_READERS} || "NOBODY";
our $writers = $ENV{GL_WRITERS} = $w || $ENV{GL_WRITERS} || "NOBODY";
our $gl_user = $ENV{GL_USER};
die "parse $GL_CONF_COMPILED failed: " . ($! or $@) unless do $GL_CONF_COMPILED;