Graeme Geldenhuys wrote: > Hi, > > I added the 'cpstrnew' branch to the Git mirror repository on GitHub.
I forgot to mention - for those new to Git and the Git mirror of FPC. If you think pulling in 4 branches will be a huge download, you will be pleasantly surprised. I just did a full clone (full history) of the FPC git mirror. It was a total download of only 62MB. That download includes the following branches: 'master' (trunk), 'fixes_2.2', 'fixes_2.4' and 'cpstrnew' -------------------------------------------- $ git clone git://github.com:graemeg/freepascal.git fpc_github.git Initialized empty Git repository in /opt/git/fpc_github.git/.git/ remote: Counting objects: 132211, done. remote: Compressing objects: 100% (31167/31167), done. remote: Total 132211 (delta 101879), reused 130631 (delta 100498) Receiving objects: 100% (132211/132211), 62.03 MiB | 479 KiB/s, done. Resolving deltas: 100% (101879/101879), done. Checking out files: 100% (11419/11419), done. $ cd fpc_github.git/ $ git branch -a * master remotes/origin/HEAD -> origin/master remotes/origin/cpstrnew remotes/origin/fixes_2.4 remotes/origin/fixes_2_2 remotes/origin/master -------------------------------------------- Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal http://opensoft.homeip.net/fpgui/ _______________________________________________ fpc-devel maillist - [email protected] http://lists.freepascal.org/mailman/listinfo/fpc-devel
