summaryrefslogtreecommitdiffstats
path: root/abs/core/git/git-daemon.conf
diff options
context:
space:
mode:
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"