summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2015-10-04 14:34:18 -0400
committerRob Austein <sra@hactrn.net>2015-10-04 14:34:18 -0400
commit63951844798eb01c00600ea63e7f4a5878f57570 (patch)
tree2841968dcfdf674314dc45b092e4489e895fc119
parent999e89bdadbc3fcdd1270afe3f5f683ebad46465 (diff)
Why does gitolite whine when I combine "C" with "RW+"? Who knows.
-rw-r--r--conf/gitolite.conf3
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