diff options
author | James Meyer <james.meyer@operamail.com> | 2012-08-07 19:47:09 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-08-07 19:47:09 (GMT) |
commit | 895ec1bc262690e66ca1f249aebd0014b3a5f71e (patch) | |
tree | 514a7c77eccedc8d851906a314f57a9d85301820 /abs/extra/git/git-daemon.conf | |
parent | 8994e4b247c0c4715827c646b1ce932ef1a13f63 (diff) | |
download | linhes_pkgbuild-895ec1bc262690e66ca1f249aebd0014b3a5f71e.zip linhes_pkgbuild-895ec1bc262690e66ca1f249aebd0014b3a5f71e.tar.gz linhes_pkgbuild-895ec1bc262690e66ca1f249aebd0014b3a5f71e.tar.bz2 |
git 1.7.11
Diffstat (limited to 'abs/extra/git/git-daemon.conf')
-rw-r--r-- | abs/extra/git/git-daemon.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/abs/extra/git/git-daemon.conf b/abs/extra/git/git-daemon.conf new file mode 100644 index 0000000..3f9a120 --- /dev/null +++ b/abs/extra/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" |