aboutsummaryrefslogtreecommitdiff
path: root/example.conf
diff options
context:
space:
mode:
authorTommi Virtanen <tv@eagain.net>2007-11-17 16:27:21 +0200
committerTommi Virtanen <tv@eagain.net>2007-11-17 16:27:21 +0200
commit13c89cdb7d493c43659c7f202c6cc3f81ea4c1e8 (patch)
tree25297dba3becc15f13950dfeb82f492547b4dbf9 /example.conf
parentAdd unit test for gitweb.generate_project_list. (diff)
downloadgitosis-dakkar-13c89cdb7d493c43659c7f202c6cc3f81ea4c1e8.tar.gz
gitosis-dakkar-13c89cdb7d493c43659c7f202c6cc3f81ea4c1e8.tar.bz2
gitosis-dakkar-13c89cdb7d493c43659c7f202c6cc3f81ea4c1e8.zip
Manage git-daemon-export-ok flags from gitosis config.
Diffstat (limited to 'example.conf')
-rw-r--r--example.conf6
1 files changed, 2 insertions, 4 deletions
diff --git a/example.conf b/example.conf
index 117be5c..411a647 100644
--- a/example.conf
+++ b/example.conf
@@ -13,8 +13,7 @@ gitweb = no
## Allow git-daemon to publish all known repositories. As with gitweb,
## this can be done globally or per-repository.
-## NOT YET IMPLEMENTED.
-# daemon-ok = no
+daemon = no
## Logging level, one of DEBUG, INFO, WARNING, ERROR, CRITICAL
loglevel = DEBUG
@@ -41,8 +40,7 @@ gitweb = yes
owner = John Doe
## Allow git-daemon to publish this repository.
-## NOT YET IMPLEMENTED.
-# daemon-ok = no
+daemon = yes
[gitweb]
## Where to make gitweb link to as it's "home location".