summaryrefslogtreecommitdiffstats
path: root/abs/core/git/git-daemon.conf
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2011-11-04 18:32:11 (GMT)
committerJames Meyer <james.meyer@operamail.com>2011-11-04 18:32:11 (GMT)
commita6c667c3705505ee5a9917841dd398796809f980 (patch)
treefebba2e238180954a056c228d6fcefd34037055d /abs/core/git/git-daemon.conf
parent1ccaed36383a4c9a85a8ba618e6a5c299d2f4f2d (diff)
downloadlinhes_pkgbuild-a6c667c3705505ee5a9917841dd398796809f980.zip
linhes_pkgbuild-a6c667c3705505ee5a9917841dd398796809f980.tar.gz
linhes_pkgbuild-a6c667c3705505ee5a9917841dd398796809f980.tar.bz2
git: updated to 1.7.7.1
-removed emacs from PKGBUILD
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"