Here be dragons!
This is Tom's Git server. This is the ultimate upstream source for OpenMooCow, TuxMessenger and Thrust3D. It also contains my development branches for various Openmoko things.
To clone one of these repositories, install git, and run:
git clone git://git.bitwiz.org.uk/someproject.git
Alternatively, manually add a new remote to an existing repository. Do this
if you have, say, a Linux kernel repository already: it will make your
download a lot faster and save my server some work, because Git will only
download the differences between my work and whatever you have already:
git remote add bitwiz git://git.bitwiz.org.uk/someproject.git
git fetch
git checkout -b newbranch bitwiz/somebranch
It's better to use the furthest upstream repositories you can find:
kernel.git.
xf86-video-glamo.git.
The repositories here will continue to mirror the upstream ones.
| Project | Description | Owner | Last Change | |
|---|---|---|---|---|
| glamo-dri-tests.git | Test programs for Glamo DRI | Thomas White | 3 months ago | summary | shortlog | log | tree |
| kernel.git | My Linux kernel repository | Thomas White | 45 hours ago | summary | shortlog | log | tree |
| libdrm.git | My libdrm repository | Thomas White | 3 months ago | summary | shortlog | log | tree |
| mesa.git | My Mesa repository | Thomas White | 13 days ago | summary | shortlog | log | tree |
| openmoocow.git | OpenMooCow! | Thomas White | 5 months ago | summary | shortlog | log | tree |
| thrust3d.git | Post-apocalyptic Jet Set Willy ... | Thomas White | 12 months ago | summary | shortlog | log | tree |
| tuxmessenger.git | A GTK+-based client for MSN ... | Thomas White | 5 months ago | summary | shortlog | log | tree |
| xf86-video-glamo.git | X.org driver for Glamo | Thomas White | 3 months ago | summary | shortlog | log | tree |