On Tue, Sep 11, 2012 at 12:01 PM, Federico Don <
federic...@gmail.com> wrote:
> I can see on
http://gitorious.com/feature_list "code review"
>
> what is the meaning of this point?
>
> Merge requests and code review
>
> The Gitorious web interface aids code review and git workflow.
>
> Where do I find this option? is It similar to Gerrit?
Gitorious' Merge Requests can be used in a very similar way to Gerrit.
The main difference that I've seen is that Gerrit's workflow is based
on reviewing and cherry-picking one commit one at a time, whereas
Gitorious allows you to stuff multiple commits into a single merge
request. Also, I think Gerrit is slightly more keyboard + command-line
centric.
- Ken