diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-03-02 11:46:15 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-03-02 11:46:15 +0000 |
commit | a030ad0d8feae12c9bde5e628b2ea7ea274a1d38 (patch) | |
tree | ae9abab646ee02ccfa8932c731bb84589eb074b2 /eclass/ChangeLog | |
parent | ia64 stable wrt bug #502628 (diff) | |
download | historical-a030ad0d8feae12c9bde5e628b2ea7ea274a1d38.tar.gz historical-a030ad0d8feae12c9bde5e628b2ea7ea274a1d38.tar.bz2 historical-a030ad0d8feae12c9bde5e628b2ea7ea274a1d38.zip |
Fix support for non-master default branch.
Diffstat (limited to 'eclass/ChangeLog')
-rw-r--r-- | eclass/ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog index 62124cacf008..e3b0d31de4f7 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.1153 2014/03/02 11:45:41 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1154 2014/03/02 11:46:15 mgorny Exp $ + + 02 Mar 2014; Michał Górny <mgorny@gentoo.org> git-r3.eclass: + Fix support for non-master default branch. 02 Mar 2014; Michał Górny <mgorny@gentoo.org> git-r3.eclass: Replace "git fetch" checkout with more efficient and compatible pseudo-shared |