Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-vcs/git/files: git-daemon.confd
Date: Thu, 23 Aug 2012 05:38:29
Message-Id: 20120823053818.364592040C@flycatcher.gentoo.org
1 robbat2 12/08/23 05:38:18
2
3 Modified: git-daemon.confd
4 Log:
5 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.
6
7 (Portage version: 2.2.0_alpha121/cvs/Linux x86_64, RepoMan options: --force)
8
9 Revision Changes Path
10 1.2 dev-vcs/git/files/git-daemon.confd
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/files/git-daemon.confd?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/files/git-daemon.confd?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/files/git-daemon.confd?r1=1.1&r2=1.2
15
16 Index: git-daemon.confd
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/files/git-daemon.confd,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -p -w -b -B -u -u -r1.1 -r1.2
22 --- git-daemon.confd 17 Mar 2010 15:13:27 -0000 1.1
23 +++ git-daemon.confd 23 Aug 2012 05:38:18 -0000 1.2
24 @@ -10,7 +10,7 @@
25 # --export-all --- Exports all repositories
26 # --port=XXXX --- Starts in port XXXX instead of 9418
27 #
28 -GITDAEMON_OPTS="--syslog /var/git"
29 +GITDAEMON_OPTS="--syslog --base-path=/var/git"
30
31 # To run an anonymous git safely, the following user should be able to only
32 # read your Git repositories. It should not able able to write to anywhere on