diff options
Diffstat (limited to 'conf/gitolite.conf')
-rw-r--r-- | conf/gitolite.conf | 23 |
1 files changed, 18 insertions, 5 deletions
diff --git a/conf/gitolite.conf b/conf/gitolite.conf index b2162ff..07fe9fa 100644 --- a/conf/gitolite.conf +++ b/conf/gitolite.conf @@ -1,11 +1,24 @@ -@admin = colin grant -@lispers = colin grant +@admin = colin grant +@oneliners = colin grant repo gitolite-admin RW+ = @admin -repo pub/CREATOR/[a-z]..* - C = grant colin +repo colin/[a-z]..* + C = colin RW+ = CREATOR RW = WRITERS - R = READERS
\ No newline at end of file + R = READERS + +repo grant/[a-z]..* + C = grant + RW+ = CREATOR + RW = WRITERS + R = READERS + +repo oneliners/[a-z]..* + C = @oneliners + RW+ = CREATOR + RW = WRITERS + R = READERS +
\ No newline at end of file |