Hi everyone!
Congratulations to everyone for another excellent Google Summer of Code program! If you have or are going to blog about GSoC and your project, let me know so I can include it in my postmortem blog post.
At this time, all students are required to submit a tarball with the code they've done over the summer. The instructions are here:
For those working on shared repos, like mono or monodevelop, you can submit a tarball of patches instead of the whole thing. A possible way of generating a set of patches with git would be:
git format-patch [hash of commit right before your first patch]
This will generate a bunch of numbered files representing all commmits on top of the indicated hash.
andreia gaita