On Mon, May 20, 2013 at 11:07 AM, Jens <[email protected]> wrote:
> > * >> >> 1. Complete a Contributor Agreement: go to https://gwt-review. >> googlesource.com, click “Settings” and then “Agreements”, and follow >> the instructions. If you previously submitted an individual CLA >> electronically via Google Code, please do so again via Gerrit (sorry!). >> >> * >> > > With "individual CLA via Google code" you meant this form: > https://developers.google.com/open-source/cla/individual ? At least thats > what I have submitted in 2011, so I am wondering if I need to re-submit one > through Gerrit? > Unfortunately, yes, for the time being you need to re-submit the agreement through Gerrit too. I'm told they hope to streamline this in the future, but that's the current status. Also as a second question as I couldn't find any information about it: If I > have multiple local issue/feature branches, can I add refs/for/master as a > remote for each of them and then push an issue/feature branch directly to > Gerrit? Or am I forced to merge these issue/feature branches into the local > master branch first and then push the master to Gerrit? > Yep, you can have separate feature branches and push them all directly to refs/for/master and they'll all show up as independent patch sets. I've been doing just that, and then I use "git push origin HEAD:refs/for/master" to push the new patch set to Gerrit. As long as your Git config gives the same end result as that, however you configure it should work fine. -- http://groups.google.com/group/Google-Web-Toolkit-Contributors --- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
