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 /eclass/git-r3.eclass
parentVersion bumps (diff)
downloadhistorical-8bcb7eff29e5f7738c1293fb966099e5ef0b62ac.tar.gz
historical-8bcb7eff29e5f7738c1293fb966099e5ef0b62ac.tar.bz2
historical-8bcb7eff29e5f7738c1293fb966099e5ef0b62ac.zip
Mention git-clone man page for URI syntax, bug #511636.
Diffstat (limited to 'eclass/git-r3.eclass')
-rw-r--r--eclass/git-r3.eclass5
1 files changed, 3 insertions, 2 deletions
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.
#