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: Thu, 27 Dec 2007 01:02:38
Message-Id: E1J7h8o-0003Lm-NJ@stork.gentoo.org
1 robbat2 07/12/27 01:02:30
2
3 Modified: git.eclass
4 Log:
5 Add comment about usage of EGIT_BRANCH and where it should go in relation to "inherit git".
6
7 Revision Changes Path
8 1.8 eclass/git.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/git.eclass?rev=1.8&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/git.eclass?rev=1.8&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/git.eclass?r1=1.7&r2=1.8
13
14 Index: git.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/git.eclass,v
17 retrieving revision 1.7
18 retrieving revision 1.8
19 diff -p -w -b -B -u -u -r1.7 -r1.8
20 --- git.eclass 14 Nov 2007 20:43:43 -0000 1.7
21 +++ git.eclass 27 Dec 2007 01:02:30 -0000 1.8
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.7 2007/11/14 20:43:43 ferdy Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/git.eclass,v 1.8 2007/12/27 01:02:30 robbat2 Exp $
27
28 ## --------------------------------------------------------------------------- #
29 # subversion.eclass author: Akinori Hattori <hattya@g.o>
30 @@ -113,6 +113,8 @@ EGIT_DIFFSTAT_CMD="git diff --stat"
31 ## -- EGIT_BRANCH:
32 #
33 # git eclass can fetch any branch in git_fetch().
34 +# If set, it must be before 'inherit git', otherwise both EGIT_BRANCH and
35 +# EGIT_TREE must be set after 'inherit git'.
36 # Defaults to 'master'
37 #
38 : ${EGIT_BRANCH:=master}
39
40
41
42 --
43 gentoo-commits@g.o mailing list