I'm wondering what's out there for code reviews for pure git projects. So far I've found:
- http://code.google.com/p/gerrit/ that you can view in action with android: https://review.source.android.com/ It looks featureful, but also very painful to setup if you are not a java person?
- review board http://www.reviewboard.org/ which supports more than git. I know some are allergic to the UI. Another drawback is that the workflow is not really geared toward git as far as I can judge
- github and the like? I guess you could use the comment feature to have a very minimal UI, maybe you can have a set of hooks to do email notifications? That looks a bit hackish, and also forces you to externalize the code-review unless you go for the standalone github server?
Anything else?