core/git/git-daemon.conf

6 lines
232 B
Plaintext
Raw Normal View History

# path to git repositories served
GIT_REPO="/srv/git/"
# see `man git-daemon` for all available options
2011-02-16 07:50:50 +08:00
# $GIT_REPO will be present twice in most configs
GIT_DAEMON_ARGS="--detach --syslog --verbose --base-path=$GIT_REPO $GIT_REPO"