mgorny 14/07/28 14:13:50 Modified: ChangeLog git-r3.eclass Log: Mention git-clone man page for URI syntax, bug #511636.
Revision Changes Path 1.1327 eclass/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1327&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1327&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.1326&r2=1.1327 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v retrieving revision 1.1326 retrieving revision 1.1327 diff -u -r1.1326 -r1.1327 --- ChangeLog 28 Jul 2014 14:12:22 -0000 1.1326 +++ ChangeLog 28 Jul 2014 14:13:50 -0000 1.1327 @@ -1,6 +1,9 @@ # ChangeLog for eclass directory # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1326 2014/07/28 14:12:22 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1327 2014/07/28 14:13:50 mgorny Exp $ + + 28 Jul 2014; Michał Górny <[email protected]> git-r3.eclass: + Mention git-clone man page for URI syntax, bug #511636. 28 Jul 2014; Michał Górny <[email protected]> git-r3.eclass: Use ROOT=/ when checking for git features, bug #518374. Patch provided by 1.47 eclass/git-r3.eclass file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/git-r3.eclass?rev=1.47&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/git-r3.eclass?rev=1.47&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/git-r3.eclass?r1=1.46&r2=1.47 Index: git-r3.eclass =================================================================== RCS file: /var/cvsroot/gentoo-x86/eclass/git-r3.eclass,v retrieving revision 1.46 retrieving revision 1.47 diff -u -r1.46 -r1.47 --- git-r3.eclass 28 Jul 2014 14:12:22 -0000 1.46 +++ git-r3.eclass 28 Jul 2014 14:13:50 -0000 1.47 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/git-r3.eclass,v 1.46 2014/07/28 14:12:22 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/git-r3.eclass,v 1.47 2014/07/28 14:13:50 mgorny Exp $ # @ECLASS: git-r3.eclass # @MAINTAINER: @@ -114,7 +114,8 @@ # @DESCRIPTION: # URIs to the repository, e.g. git://foo, https://foo. If multiple URIs # are provided, the eclass will consider them as fallback URIs to try -# if the first URI does not work. +# if the first URI does not work. For supported URI syntaxes, read up +# the manpage for git-clone(1). # # It can be overriden via env using ${PN}_LIVE_REPO variable. #
