diff options
author | Rob Austein <sra@hactrn.net> | 2015-10-04 14:34:18 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2015-10-04 14:34:18 -0400 |
commit | 63951844798eb01c00600ea63e7f4a5878f57570 (patch) | |
tree | 2841968dcfdf674314dc45b092e4489e895fc119 /conf | |
parent | 999e89bdadbc3fcdd1270afe3f5f683ebad46465 (diff) |
Why does gitolite whine when I combine "C" with "RW+"? Who knows.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/gitolite.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/gitolite.conf b/conf/gitolite.conf index 101f319..94f7972 100644 --- a/conf/gitolite.conf +++ b/conf/gitolite.conf @@ -30,4 +30,5 @@ repo gitolite-admin # just collapsed them. repo [a-zA-Z0-9].* - CRW+ = @all + C = @all + RW+ = @all |