summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2012-08-23 05:38:18 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2012-08-23 05:38:18 +0000
commit1ae2f84b052a34c80a6909fc5c703c9f42e0ef5f (patch)
treedce55e63b47ef1407a127ccc619d183dc23ae6e6 /dev-vcs/git/files
parentVersion bump. Drop patch for kde49 fixed upstream. (diff)
downloadgentoo-2-1ae2f84b052a34c80a6909fc5c703c9f42e0ef5f.tar.gz
gentoo-2-1ae2f84b052a34c80a6909fc5c703c9f42e0ef5f.tar.bz2
gentoo-2-1ae2f84b052a34c80a6909fc5c703c9f42e0ef5f.zip
Bug #373335: missing --base-path in conf.d/git. Bug #414437: OpenSSL is required for more parts of Git now. Bug #423605: OSX keychain helper. Bug #432328: Upstream has split the bash completion in two parts: git & git-prompt; the latter defines __git_ps1 for your nice prompt.
(Portage version: 2.2.0_alpha121/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'dev-vcs/git/files')
-rw-r--r--dev-vcs/git/files/git-daemon.confd2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/git/files/git-daemon.confd b/dev-vcs/git/files/git-daemon.confd
index 75b421680c80..db77de5d3068 100644
--- a/dev-vcs/git/files/git-daemon.confd
+++ b/dev-vcs/git/files/git-daemon.confd
@@ -10,7 +10,7 @@
# --export-all --- Exports all repositories
# --port=XXXX --- Starts in port XXXX instead of 9418
#
-GITDAEMON_OPTS="--syslog /var/git"
+GITDAEMON_OPTS="--syslog --base-path=/var/git"
# To run an anonymous git safely, the following user should be able to only
# read your Git repositories. It should not able able to write to anywhere on