compile: users and repos have groups... why not refs?
this came up in some other discussion with bremner. As usual I said no I won't do it because I don't see any real need. ...then I realised it's just one line :)
This commit is contained in:
parent
998ff2d13b
commit
690604d79a
|
@ -206,6 +206,7 @@ sub parse_conf_file
|
|||
{
|
||||
my $perms = $1;
|
||||
my @refs; @refs = split(' ', $2) if $2;
|
||||
@refs = expand_list ( @refs );
|
||||
my @users = split ' ', $3;
|
||||
die "wildrepos disabled, cant use 'C' in config\n" if $perms eq 'C' and not $GL_WILDREPOS;
|
||||
|
||||
|
|
Loading…
Reference in a new issue