Are there any #git repo hosting solutions that don't require an account to contribute?
I'm envisioning something that lets contributors email `git format-patch` patches to john@git.example.org via `git send-email`. The service makes this "pull request" show up in the web interface. If @/john approves, the patch will be applied with `git am` or `git apply`.