From 156ae1e98b7144aa2d253016777ea185b7c82cb9 Mon Sep 17 00:00:00 2001 From: Tommi Virtanen Date: Mon, 4 Jun 2007 14:20:03 +0300 Subject: Move example config to external file. --- README.rst | 22 +++++----------------- 1 file changed, 5 insertions(+), 17 deletions(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 280020d..e6d05ce 100644 --- a/README.rst +++ b/README.rst @@ -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/ -- cgit v1.2.3