summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-03-02 11:50:48 +0000
committerMichał Górny <mgorny@gentoo.org>2014-03-02 11:50:48 +0000
commit69cdc8ff8232337c18d10cc5e75abb9849840fed (patch)
tree58d618362ab9df9d1ca84156924fffcf39ada1bb /eclass/ChangeLog
parentamd64 stable, bug #502210 (diff)
downloadhistorical-69cdc8ff8232337c18d10cc5e75abb9849840fed.tar.gz
historical-69cdc8ff8232337c18d10cc5e75abb9849840fed.tar.bz2
historical-69cdc8ff8232337c18d10cc5e75abb9849840fed.zip
Clarify where EGIT_CLONE_TYPE and EGIT_MIN_CLONE_TYPE is supposed to be set.
Diffstat (limited to 'eclass/ChangeLog')
-rw-r--r--eclass/ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog
index 5a321310b95b..6e193b551092 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.1162 2014/03/02 11:50:23 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1163 2014/03/02 11:50:48 mgorny Exp $
+
+ 02 Mar 2014; Michał Górny <mgorny@gentoo.org> git-r3.eclass:
+ Clarify where EGIT_CLONE_TYPE and EGIT_MIN_CLONE_TYPE is supposed to be set.
02 Mar 2014; Michał Górny <mgorny@gentoo.org> git-r3.eclass:
Do not try shallow clones on local repositories.