Skip to main content

[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

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
>


Back to the top