summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/git/git-daemon.conf
blob: a183733c702525f156a7c1cd2ec4d98298efaaa6 (plain)
1
2
3
4
# 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"