summaryrefslogtreecommitdiffstats
path: root/abs/core/git/git-daemon.conf
diff options
context:
space:
mode:
authorMichael Hanson <mihanson@linhes.org>2011-11-04 19:21:13 (GMT)
committerMichael Hanson <mihanson@linhes.org>2011-11-04 19:21:13 (GMT)
commit94f21428c8ed60129ee5e14b1914a8cfe1bcdb2a (patch)
tree27c63c2fa679256dbc46bbff241c41db98e9d244 /abs/core/git/git-daemon.conf
parente3a0f9ba95aa059d76a57c7821a5ccc6a80a5f84 (diff)
parent67989fe1be117ac23fa3a98acbc2794a17d7d0ed (diff)
downloadlinhes_pkgbuild-94f21428c8ed60129ee5e14b1914a8cfe1bcdb2a.zip
linhes_pkgbuild-94f21428c8ed60129ee5e14b1914a8cfe1bcdb2a.tar.gz
linhes_pkgbuild-94f21428c8ed60129ee5e14b1914a8cfe1bcdb2a.tar.bz2
Merge branch 'testing' of knoppmyth.net:linhes_pkgbuild into testing
Diffstat (limited to 'abs/core/git/git-daemon.conf')
-rw-r--r--abs/core/git/git-daemon.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/abs/core/git/git-daemon.conf b/abs/core/git/git-daemon.conf
index a183733..3f9a120 100644
--- a/abs/core/git/git-daemon.conf
+++ b/abs/core/git/git-daemon.conf
@@ -1,4 +1,5 @@
# path to git repositories served
GIT_REPO="/srv/git/"
# see `man git-daemon` for all available options
-GIT_DAEMON_ARGS="--detach --syslog --verbose --base-path=$GIT_REPO"
+# $GIT_REPO will be present twice in most configs
+GIT_DAEMON_ARGS="--detach --syslog --verbose --base-path=$GIT_REPO $GIT_REPO"