gitosis/example.conf
Tommi Virtanen 7b99ae7583 Add config option `repositories`, for giving a path prefix to repositories.
Both global and relative (to home directory) values work, can be given
in global section ``[gitosis]`` or in the ``[group FOO]`` section for
just that group.
2007-06-04 14:22:54 +03:00

17 lines
307 B
Plaintext

[gitosis]
repositories = repo
[group quux]
members = jdoe wsmith @anothergroup
writable = foo bar baz/thud
readonly = xyzzy
map writable visiblename1 = actualname1
map readonly visiblename2 = actualname2
# [repo foo]
# description = blah blah
# daemon-ok = no
# [gitweb]
# homelink = http://example.com/