From 930fbafed7532744b20fdb2459e6e5aa30537b20 Mon Sep 17 00:00:00 2001 From: Sitaram Chamarty Date: Sun, 23 Aug 2009 13:44:46 +0530 Subject: [PATCH] example conf expanded a bit --- example.conf | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/example.conf b/example.conf index f72f470..b4134f6 100644 --- a/example.conf +++ b/example.conf @@ -1,5 +1,7 @@ # example conf file for gitosis-lite +# comments in the normal shell-ish style; no surprises there + # objectives, over and above gitosis: # - simpler syntax # - no gitweb/daemon control @@ -14,8 +16,10 @@ @customers = cust1 cust2 @customers = cust99 +@interns = indy james @staff = me alice -@staff = bob +# you can nest groups; they'll be fully expanded in actual use +@staff = bob @interns @secret_staff = bruce whitfield martin # ---------------------------------------------------------------------------- @@ -44,8 +48,8 @@ repo sandbox # my repo and alice's repo have the same memberships and access, so we just # club them repo myrepo alicerepo - RW+ = me, alice - R = bob, eve + RW+ = me alice + R = bob eve repo custrepo RW = @customers