summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColeman McFarland <coleman@de.limited>2024-04-14 14:45:47 -0400
committerColeman McFarland <coleman@de.limited>2024-04-14 14:45:47 -0400
commit7a4f34b890efb59bfcba0e9ee654907f99ece57c (patch)
treed40b154363740a23c8cd10f7d4aa66ddf95a451a
parent3535300c7d95696be3656fdb63a22506fa534ef2 (diff)
try different regex for root wild repoHEADmaster
-rw-r--r--conf/gitolite.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/gitolite.conf b/conf/gitolite.conf
index 8b0aad2..a100926 100644
--- a/conf/gitolite.conf
+++ b/conf/gitolite.conf
@@ -4,7 +4,8 @@ repo gitolite-admin
repo testing
RW+ = @all
-repo ".*"
+repo [a-zA-Z0-9].*
+ C = coleman
RW+ = coleman
RW = @all