This is our current working repository for the Tiny C Compiler.
If you have questions or suggestions, please write to the TinyCC
mailing list.
If you want to contribute patches, push them directly here on our "mob" branch.
 
How to contribute patches to our "mob" patchwork
(
what's mob?):
- If you haven't done before, clone our tinycc repository:
"git clone git://repo.or.cz/tinycc.git"
- Fetch the latest changes:
"git fetch origin"
- Create a new branch on top of origin/mob: "git checkout -b mypatch origin/mob".
- Commit your patches to this new branch ("git gui") and verify ("gitk --all").
- Push your changes to here:
"git push ssh://mob@repo.or.cz/srv/git/tinycc.git mypatch:mob"
- Don't forget to talk about on the TinyCC
mailing list.