From a938dccf82aab1e8655c50a5d2974d7ea46a61a0 Mon Sep 17 00:00:00 2001 From: Tommi Virtanen Date: Tue, 15 Apr 2008 15:52:17 +0300 Subject: Show how group sections in config can be used in example.conf. --- example.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/example.conf b/example.conf index 09ee5f4..87bd822 100644 --- a/example.conf +++ b/example.conf @@ -23,6 +23,11 @@ members = jdoe wsmith @anothergroup writable = foo bar baz/thud readonly = xyzzy +## You can use groups just to avoid listing users multiple times. Note +## no writable= or readonly= lines. +[group anothergroup] +members = alice bill + ## You can play fancy tricks by making some repositories appear with ## different names in different contexts. Not really supported ## everywhere (e.g. gitweb) and can be confusing -- experts only. -- cgit v1.2.3