[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
Re: [jgit-dev] note/review now available on egit.eclipse.org
|
- From: Sascha Scholz <sascha.scholz@xxxxxxxxx>
- Date: Fri, 27 May 2011 09:21:21 +0200
- Delivered-to: jgit-dev@eclipse.org
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=fbezG14QZSO2McyZ0NUpb9tNmQ/hKURqeHYZs1/Al0KMKEVGu8/gR1RbO7Qtjs8NKK YB+Na04h0yR3ORx8g7I0JBjGhhO+1aE4GV3DUbL8MwyoZKlSt0mWtLBpjLHD5kvvwV6f ch/rRxg2VtRW9KB608o+TeNtMpGtuHA0SQLos=
Hi,
to let you know: There is an incompatibility between the Mylyn Gerrit
connector and the 2.1.7-rc2 Gerrit. See
https://bugs.eclipse.org/bugs/show_bug.cgi?id=347405.
Sascha
On Mon, May 23, 2011 at 5:59 PM, Shawn Pearce <spearce@xxxxxxxxxxx> wrote:
> I have upgraded our Gerrit Code Review installation to the latest
> master. This is a bleeding edge development version that will
> (eventually) become Gerrit 2.2.
>
> Two new important features:
>
> * refs/notes/review:
>
> Upon submitting a change, Gerrit now writes out a "Git note"
> describing who submitted the change. You can fetch these with:
>
> git config --add remote.origin.fetch refs/notes/review:refs/notes/review
> git fetch
>
> And view them with git log using:
>
> git log --notes=review
>
> I have exported all back history, so all reviewed commits now have
> notes associated with them. Please send your kudos/thanks to Sasa
> Zivkov of SAP AG for the feature work both in JGit and Gerrit Code
> Review that made this possible.
>
>
> * refs/meta/config:
>
> Each project's configuration and settings are now stored in Git,
> rather than MySQL. During the 2.2 series Gerrit will be migrating
> more data from SQL to Git.
>
>
> --
> Shawn.
> _______________________________________________
> jgit-dev mailing list
> jgit-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/jgit-dev
>