diff options
author | James Meyer <james.meyer@operamail.com> | 2011-11-04 18:32:11 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2011-11-04 18:32:11 (GMT) |
commit | a6c667c3705505ee5a9917841dd398796809f980 (patch) | |
tree | febba2e238180954a056c228d6fcefd34037055d /abs/core/git/git-daemon.conf | |
parent | 1ccaed36383a4c9a85a8ba618e6a5c299d2f4f2d (diff) | |
download | linhes_pkgbuild-a6c667c3705505ee5a9917841dd398796809f980.zip linhes_pkgbuild-a6c667c3705505ee5a9917841dd398796809f980.tar.gz linhes_pkgbuild-a6c667c3705505ee5a9917841dd398796809f980.tar.bz2 |
git: updated to 1.7.7.1
-removed emacs from PKGBUILD
Diffstat (limited to 'abs/core/git/git-daemon.conf')
-rw-r--r-- | abs/core/git/git-daemon.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/abs/core/git/git-daemon.conf b/abs/core/git/git-daemon.conf index a183733..3f9a120 100644 --- a/abs/core/git/git-daemon.conf +++ b/abs/core/git/git-daemon.conf @@ -1,4 +1,5 @@ # 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" +# $GIT_REPO will be present twice in most configs +GIT_DAEMON_ARGS="--detach --syslog --verbose --base-path=$GIT_REPO $GIT_REPO" |