We use Git as a revision control system for our code.
I need to setup a mailing list to help code reviews.
Each new commit to a specified subset of Git branches must be sent to the list as the full patch inside the post body.
List must support human replies as well, so all developers would be able to comment on the code.
I guess, I need to set up common mailing list and then set up some fancy post-receive hook in the main Git repository.
I do not want to reinvent the wheel here. Are there any existing tools that would help me?