From 7b99ae75833314a85dc5a1a51183620d917c29d6 Mon Sep 17 00:00:00 2001 From: Tommi Virtanen Date: Mon, 4 Jun 2007 14:22:54 +0300 Subject: 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. --- example.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'example.conf') diff --git a/example.conf b/example.conf index 9e86d0a..935dccc 100644 --- a/example.conf +++ b/example.conf @@ -1,5 +1,5 @@ -# TODO commented sections not done yet -# [gitosis] +[gitosis] +repositories = repo [group quux] members = jdoe wsmith @anothergroup -- cgit v1.2.3