Options for code reviews with Git

We're thinking about switching to Git for my work, and I want to be confident we can still support good code reviews if we make the switch.

I am a big fan of in-person reviews, and for that, git difftool is enough but sometimes you need to do it asynchronously, and then you need a tool or a process or something.

Here are the options as I see them so far (please comment if you know others I should consider):

Gerrit
Critic
Review Board

References:

StackOverflow: Using git for Code Reviews?
A successful Git branching model
Integrating topic branches in Git

Originally posted at 2014-08-18 09:19:24+00:00. Automatically generated from the original post : apologies for the errors introduced.

original post