Show how group sections in config can be used in example.conf.

This commit is contained in:
Tommi Virtanen 2008-04-15 15:52:17 +03:00
parent 4d8ba7788d
commit a938dccf82

View file

@ -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.