diff options
author | Grant Shangreaux <grant@unabridgedsoftware.com> | 2022-05-27 14:54:43 -0500 |
---|---|---|
committer | Grant Shangreaux <grant@unabridgedsoftware.com> | 2022-05-27 14:54:43 -0500 |
commit | 206b76575e2a1c33c3b5d2046ae5034476dca881 (patch) | |
tree | 16616a5502aef80329ecbcfac848a0673e383059 /conf/gitolite.conf | |
parent | 8ff27427a3444de1c8b17334617252ddaa4e275a (diff) |
Clean: use subdirs to isolate pubkeys for same user
Diffstat (limited to 'conf/gitolite.conf')
-rw-r--r-- | conf/gitolite.conf | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/conf/gitolite.conf b/conf/gitolite.conf index 4138125..d07a80e 100644 --- a/conf/gitolite.conf +++ b/conf/gitolite.conf @@ -1,6 +1,5 @@ -@grant = grant-kraid grant-ridley -@admin = colin @grant -@lispers = colin @grant +@admin = colin grant +@lispers = colin grant repo gitolite-admin RW+ = @admin |