summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2013-09-26 12:38:38 +0000
committerMichał Górny <mgorny@gentoo.org>2013-09-26 12:38:38 +0000
commitb2163e77b6f2641461cd6fdd94f8e77ff0bf9c6c (patch)
tree651b0c44f419131a92b4d5cb54a4ed8b54383cdc /eclass/git-r3.eclass
parentStabilize 2013d for everyone. (diff)
downloadgentoo-2-b2163e77b6f2641461cd6fdd94f8e77ff0bf9c6c.tar.gz
gentoo-2-b2163e77b6f2641461cd6fdd94f8e77ff0bf9c6c.tar.bz2
gentoo-2-b2163e77b6f2641461cd6fdd94f8e77ff0bf9c6c.zip
Update doc on EGIT_NONSHALLOW.
Diffstat (limited to 'eclass/git-r3.eclass')
-rw-r--r--eclass/git-r3.eclass8
1 files changed, 5 insertions, 3 deletions
diff --git a/eclass/git-r3.eclass b/eclass/git-r3.eclass
index 99b06e91fb1d..de33397e9569 100644
--- a/eclass/git-r3.eclass
+++ b/eclass/git-r3.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/git-r3.eclass,v 1.9 2013/09/25 11:19:09 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/git-r3.eclass,v 1.10 2013/09/26 12:38:38 mgorny Exp $
# @ECLASS: git-r3.eclass
# @MAINTAINER:
@@ -86,8 +86,10 @@ if [[ ! ${_GIT_R3} ]]; then
# a fair number of limitations. Therefore, if you'd like the eclass to
# perform complete clones instead, set this to a non-null value.
#
-# This variable is to be set in make.conf. Ebuilds are not allowed
-# to set it.
+# This variable can be set in make.conf and ebuilds. The make.conf
+# value specifies user-specific default, while ebuilds may use it
+# to force deep clones when the server does not support shallow clones
+# (e.g. Google Code).
# @FUNCTION: _git-r3_env_setup
# @INTERNAL