Gentoo Archives: gentoo-commits

From: "Jonathan Callen (abcd)" <abcd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: git.eclass
Date: Wed, 24 Feb 2010 01:16:45
Message-Id: E1Nk5rf-0006EL-PX@stork.gentoo.org
1 abcd 10/02/24 01:16:35
2
3 Modified: git.eclass
4 Log:
5 Fix typo
6
7 Revision Changes Path
8 1.43 eclass/git.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/git.eclass?rev=1.43&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/git.eclass?rev=1.43&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/git.eclass?r1=1.42&r2=1.43
13
14 Index: git.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/git.eclass,v
17 retrieving revision 1.42
18 retrieving revision 1.43
19 diff -u -r1.42 -r1.43
20 --- git.eclass 23 Feb 2010 00:43:54 -0000 1.42
21 +++ git.eclass 24 Feb 2010 01:16:35 -0000 1.43
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2009 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.42 2010/02/23 00:43:54 abcd Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/git.eclass,v 1.43 2010/02/24 01:16:35 abcd Exp $
27
28 # @ECLASS: git.eclass
29 # @MAINTAINER:
30 @@ -193,7 +193,7 @@
31 debug-print-function ${FUNCNAME} "$@"
32
33 local GIT_DIR EGIT_CLONE_DIR oldsha1 cursha1 extra_clone_opts upstream_branch
34 - ${EGIT_USE_SUBMODULES} || export GIT_DIR
35 + ${EGIT_HAS_SUBMODULES} || export GIT_DIR
36
37 # choose if user wants elog or just einfo.
38 if [[ ${EGIT_QUIET} != OFF ]]; then