public
Description: Merged portage tree - this tree contains both funtoo.org and gentoo.org branches
Homepage: http://www.funtoo.org
Clone URL: git://github.com/funtoo/portage.git
Click here to lend your support to: portage and make a donation at www.pledgie.com !
funtoo (author)
Fri Sep 26 14:30:18 -0700 2008
commit  cebc7df20bfef2561126c836f880b83c85e47bbb
tree    166e6394a275540282c88f4a133194837aa53b10
parent  8db2a4f982c89b66d2b560c27249f2a787207df6
name age message
file README Loading commit data...
README
This is a git repository containing multiple Portage trees. To use this repository, you must have git installed. You
can choose a branch to use by typing:

# git checkout <branchname>

The following branches are contained in this repository:

gentoo.org
==========
To use, first create a local gentoo.org branch that tracks our gentoo.org branch:
# git checkout --track -b gentoo.org origin/gentoo.org
Then, switch to your new gentoo.org branch:
# git checkout gentoo.org
Maintainer: Daniel Robbins <drobbins@funtoo.org>
This branch contains the official gentoo.org Portage repository. It is regularly synchronized so that it tracks 
gentoo.org changes.

funtoo.org
==========
To use, first create a local funtoo.org branch that tracks our funtoo.org branch:
# git checkout --track -b funtoo.org origin/funtoo.org
Then, switch to your new funtoo.org branch:
# git checkout funtoo.org
Maintainer: Daniel Robbins <drobbins@funtoo.org>
This branch contains the funtoo.org Portage repository, which contains minor tweaks and improvements by Daniel Robbins.