diff options
author | Grant Shangreaux <grant@unabridgedsoftware.com> | 2022-05-27 15:28:37 -0500 |
---|---|---|
committer | Grant Shangreaux <grant@unabridgedsoftware.com> | 2022-05-27 15:28:37 -0500 |
commit | ea1491246d3a04350a11f19d6626b03df7cefd67 (patch) | |
tree | 28997e5563b4aa2a1cdc5466786abbe4aebdf35a /conf/gitolite.conf | |
parent | 206b76575e2a1c33c3b5d2046ae5034476dca881 (diff) |
Add: public "wild" repo config
Diffstat (limited to 'conf/gitolite.conf')
-rw-r--r-- | conf/gitolite.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/gitolite.conf b/conf/gitolite.conf index d07a80e..0dd2362 100644 --- a/conf/gitolite.conf +++ b/conf/gitolite.conf @@ -12,3 +12,9 @@ repo wiki repo lazybones lazybones-client lambda-riffs oneliners.cli oneliners.api RW+ = @lispers + +repo pub/CREATOR/[a-z]..* + C = grant colin + RW+ = CREATOR + RW = WRITERS + R = READERS
\ No newline at end of file |