summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-07-28 14:13:50 +0000
committerMichał Górny <mgorny@gentoo.org>2014-07-28 14:13:50 +0000
commit8bcb7eff29e5f7738c1293fb966099e5ef0b62ac (patch)
tree7176bfc3e86cfdf422304aa375a1cd8e8cba3224
parentVersion bumps (diff)
downloadhistorical-8bcb7eff29e5f7738c1293fb966099e5ef0b62ac.tar.gz
historical-8bcb7eff29e5f7738c1293fb966099e5ef0b62ac.tar.bz2
historical-8bcb7eff29e5f7738c1293fb966099e5ef0b62ac.zip
Mention git-clone man page for URI syntax, bug #511636.
-rw-r--r--eclass/ChangeLog5
-rw-r--r--eclass/git-r3.eclass5
2 files changed, 7 insertions, 3 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog
index 709341c96344..bf58279597d2 100644
--- a/eclass/ChangeLog
+++ b/eclass/ChangeLog
@@ -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 <mgorny@gentoo.org> git-r3.eclass:
+ Mention git-clone man page for URI syntax, bug #511636.
28 Jul 2014; Michał Górny <mgorny@gentoo.org> git-r3.eclass:
Use ROOT=/ when checking for git features, bug #518374. Patch provided by
diff --git a/eclass/git-r3.eclass b/eclass/git-r3.eclass
index 27a104b50a17..51f0ae5a247d 100644
--- a/eclass/git-r3.eclass
+++ b/eclass/git-r3.eclass
@@ -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 @@ fi
# @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.
#