aboutsummaryrefslogtreecommitdiff
path: root/example.conf
diff options
context:
space:
mode:
authorTommi Virtanen <tv@eagain.net>2007-06-04 22:12:29 +0300
committerTommi Virtanen <tv@eagain.net>2007-06-05 13:39:24 +0300
commit418c5c3cfc5812f2ea1dfc5219c43ab549878062 (patch)
tree20c88efbf28f150eca318da3ae421ecc859c8fe2 /example.conf
parentRemove completed todo entries. (diff)
downloadgitosis-dakkar-418c5c3cfc5812f2ea1dfc5219c43ab549878062.tar.gz
gitosis-dakkar-418c5c3cfc5812f2ea1dfc5219c43ab549878062.tar.bz2
gitosis-dakkar-418c5c3cfc5812f2ea1dfc5219c43ab549878062.zip
Add ``gitosis-gitweb``, for writing gitweb project lists.
Takes the list of repositories to publish from the gitosis config file.
Diffstat (limited to 'example.conf')
-rw-r--r--example.conf6
1 files changed, 5 insertions, 1 deletions
diff --git a/example.conf b/example.conf
index 935dccc..b6654ef 100644
--- a/example.conf
+++ b/example.conf
@@ -1,5 +1,7 @@
[gitosis]
repositories = repo
+gitweb = no
+# daemon-ok = no
[group quux]
members = jdoe wsmith @anothergroup
@@ -8,8 +10,10 @@ readonly = xyzzy
map writable visiblename1 = actualname1
map readonly visiblename2 = actualname2
-# [repo foo]
+[repo foo]
# description = blah blah
+gitweb = yes
+owner = John Doe
# daemon-ok = no
# [gitweb]