Show how group sections in config can be used in example.conf.
This commit is contained in:
parent
4d8ba7788d
commit
a938dccf82
1 changed files with 5 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue