diff options
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 22 |
1 files changed, 5 insertions, 17 deletions
@@ -2,6 +2,11 @@ ``gitosis`` -- software for hosting ``git`` repositories ========================================================== +Example configuration: + +.. include:: example.conf + :literal: + group -> list of repos /usr/local/bin/git-shell-enforce-directory @@ -16,20 +21,3 @@ allow skipping .git suffix git-daemon-export-ok -Example configuration:: - - [gitosis] - - [group NAME] - members = jdoe wsmith @anothergroup - writable = foo bar baz/thud - readonly = xyzzy - map writable visiblename = actualname - map readonly visiblename = actualname - - [repo foo] - description = blah blah - daemon-ok = no - - [gitweb] - homelink = http://example.com/ |