Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] When are Gerrit commits automatically applied?

I think what people trip over, as I did, is that Gerrit is two independent things:

1- a code review tool

2- a git portal that can be treated as a normal git remote. This one has nothing to do with code reviews and provides the same abilities as direct git (and more).

Marc



-----Original Message-----
From: Denis Roy [denis.roy@xxxxxxxxxxx]
Received: Thursday, 21 May 2015, 9:26
To: cross-project-issues-dev@xxxxxxxxxxx [cross-project-issues-dev@xxxxxxxxxxx]
Subject: Re: [cross-project-issues-dev] When are Gerrit commits automatically applied?

On 05/21/2015 07:09 AM, Christian Campo wrote:

> Still I dont get it why I cant directly push to Git and rather push to
> Gerrit which immediatelly pushes to Git ?

Gerrit == Git

One of them is written in C

The other is written in Java.

They both do the exact same thing.

One of them has a bunch of value-added features, such as granular
permissions and a code review UI.

The other does not.

Denis
_______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev

Back to the top