My Xserver Repository on Github
Sat, Feb 6 2010 06:27 | Permalink
I moved my xserver github repository to http://github.com/brysgo/xserver now this is not to make people thing that my repo is the official one, instead it is so I can use the master branch to mirror the official one. This will allow me to make the blob branch the one I am modifying. Now this major change isn't just based on an outburst of OCD, although I can't say that it didn't have anything to do with it. A second benefit of this, that I will not be able to take advantage of, but others will, is that my master branch can be forked with github. Since I plan on keeping the master branch up to date with the official repository using a cron job, others can take advantage of this and fork my repo with github. I don't know if anyone will find this helpful, but I certainly would have.
Comments
Xserver Blob Branch
Sat, Jan 23 2010 10:29 | Permalink
The blob branch is still continuing and will hopefully get finished by the end of the school year. I have been using the issues list in github.com as my to-do list for the project. When I get through the rest of the things listed there my code should be ready for another review. After I run it past Peter, I will either have another list of issues to take care of, or I will be able to start testing.
Anyone who wants can still check up on my work, I keep the github repository up to date with mine. If you want to look over my shoulder, you can look at my changes by taking a diff using 'git diff' against the HEAD of the official xserver git repo.
If you have a suggestion, feel free to send it my way. If you have patches to submit I will be happy to take a look at them.