Re: gerrit changes depending one on another

2016-09-21 Thread Norbert Thiebaud
On Wed, Sep 21, 2016 at 12:15 PM, Maarten Bosmans wrote: > I just tried to push 3 changes to gerrit with a topic set. > The core/logerrit script does not have an option to set a topic, so I > did a manual git push. > > This did not work: > `git push origin HEAD:refs/for/master -o topic=tdf53698` >

Re: gerrit changes depending one on another

2016-09-21 Thread Maarten Bosmans
I just tried to push 3 changes to gerrit with a topic set. The core/logerrit script does not have an option to set a topic, so I did a manual git push. This did not work: `git push origin HEAD:refs/for/master -o topic=tdf53698` It failed with the message "fatal: the receiving end does not support

Re: gerrit changes depending one on another

2016-09-02 Thread Norbert Thiebaud
On Fri, Sep 2, 2016 at 1:58 PM, Eike Rathke wrote: > Hi, > > On Friday, 2016-09-02 12:24:54 +0200, Norbert Thiebaud wrote: > >> On Fri, Sep 2, 2016 at 11:12 AM, Stephan Bergmann >> wrote: >> > On 09/01/2016 06:01 PM, Eike Rathke wrote: >> >> >> >> Or plain git: git push gerrit HEAD:refs/for/mast

Re: gerrit changes depending one on another

2016-09-02 Thread Eike Rathke
Hi, On Friday, 2016-09-02 12:24:54 +0200, Norbert Thiebaud wrote: > On Fri, Sep 2, 2016 at 11:12 AM, Stephan Bergmann wrote: > > On 09/01/2016 06:01 PM, Eike Rathke wrote: > >> > >> Or plain git: git push gerrit HEAD:refs/for/master/mytopic > > > > is is "/mytopic" or > > "%topic=mytopic"? > ^^

Re: gerrit changes depending one on another

2016-09-02 Thread Norbert Thiebaud
On Fri, Sep 2, 2016 at 11:12 AM, Stephan Bergmann wrote: > On 09/01/2016 06:01 PM, Eike Rathke wrote: >> >> Or plain git: git push gerrit HEAD:refs/for/master/mytopic > > > is is "/mytopic" or "%topic=mytopic"? ^^^ this is the documented way ever since the version 2.6. norbert __

Re: gerrit changes depending one on another

2016-09-02 Thread Stephan Bergmann
On 09/01/2016 06:01 PM, Eike Rathke wrote: Or plain git: git push gerrit HEAD:refs/for/master/mytopic is is "/mytopic" or "%topic=mytopic"? (which Norbert mentioned) claims the latter __

gerrit changes depending one on another (was: Maarten Bosmans license statement)

2016-09-01 Thread Eike Rathke
Hi Maarten, On Wednesday, 2016-08-31 10:49:11 +0200, Maarten Bosmans wrote: > What is the correct way to submit a patch series to gerrit? I'd like > to avoid squashing all patches into one commit, but there also has to > be a way for reviewers to see that all patches in a series are > related. I

Re: gerrit changes depending one on another (was: Maarten Bosmans license statement)

2016-09-01 Thread Jan Iversen
> On 01 Sep 2016, at 18:01, Eike Rathke wrote: > > Hi Maarten, > > On Wednesday, 2016-08-31 10:49:11 +0200, Maarten Bosmans wrote: > >> What is the correct way to submit a patch series to gerrit? I'd like >> to avoid squashing all patches into one commit, but there also has to >> be a way for