summaryrefslogtreecommitdiff
path: root/testing/git/git-daemon.conf
diff options
context:
space:
mode:
Diffstat (limited to 'testing/git/git-daemon.conf')
-rw-r--r--testing/git/git-daemon.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/testing/git/git-daemon.conf b/testing/git/git-daemon.conf
new file mode 100644
index 000000000..3f9a12060
--- /dev/null
+++ b/testing/git/git-daemon.conf
@@ -0,0 +1,5 @@
+# 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"