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 eclass: git.eclass
Date: Sun, 30 Mar 2008 05:52:30
Message-Id: E1JfqSx-0000xE-Rp@stork.gentoo.org
1 robbat2 08/03/30 05:52:27
2
3 Modified: git.eclass
4 Log:
5 Fix a comment.
6
7 Revision Changes Path
8 1.10 eclass/git.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/git.eclass?rev=1.10&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/git.eclass?rev=1.10&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/git.eclass?r1=1.9&r2=1.10
13
14 Index: git.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/git.eclass,v
17 retrieving revision 1.9
18 retrieving revision 1.10
19 diff -p -w -b -B -u -u -r1.9 -r1.10
20 --- git.eclass 30 Mar 2008 05:39:59 -0000 1.9
21 +++ git.eclass 30 Mar 2008 05:52:27 -0000 1.10
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2006 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/git.eclass,v 1.9 2008/03/30 05:39:59 robbat2 Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/git.eclass,v 1.10 2008/03/30 05:52:27 robbat2 Exp $
27
28 ## --------------------------------------------------------------------------- #
29 # subversion.eclass author: Akinori Hattori <hattya@g.o>
30 @@ -98,7 +98,7 @@ EGIT_DIFFSTAT_CMD="git diff --stat"
31 # @ECLASS-VARIABLE: EGIT_OFFLINE
32 # @DESCRIPTION:
33 # Set this variable to a non-empty value to disable the automatic updating of
34 -# an GIT source tree. This is intended to be set outside the subversion source
35 +# an GIT source tree. This is intended to be set outside the git source
36 # tree by users.
37 EGIT_OFFLINE="${EGIT_OFFLINE:-${ESCM_OFFLINE}}"
38
39
40
41
42 --
43 gentoo-commits@l.g.o mailing list