summaryrefslogtreecommitdiffstats
path: root/abs/extra/git/git-daemon.conf
diff options
context:
space:
mode:
Diffstat (limited to 'abs/extra/git/git-daemon.conf')
-rw-r--r--abs/extra/git/git-daemon.conf5
1 files changed, 0 insertions, 5 deletions
diff --git a/abs/extra/git/git-daemon.conf b/abs/extra/git/git-daemon.conf
deleted file mode 100644
index 3f9a120..0000000
--- a/abs/extra/git/git-daemon.conf
+++ /dev/null
@@ -1,5 +0,0 @@
-# path to git repositories served
-GIT_REPO="/srv/git/"
-# see `man git-daemon` for all available options
-# $GIT_REPO will be present twice in most configs
-GIT_DAEMON_ARGS="--detach --syslog --verbose --base-path=$GIT_REPO $GIT_REPO"