[Development] Looking for a way to batch-upload independent changes to Gerrit

Oswald Buddenhagen oswald.buddenhagen at digia.com
Wed Aug 27 15:12:36 CEST 2014


On Mon, Aug 18, 2014 at 08:32:19AM -0700, Thiago Macieira wrote:
> On Monday 18 August 2014 15:23:25 Marc Mutz wrote:
 > 
> > I have several times come across the problem that I hack away and end up
> > with a chain of 20 or so commits, most of which are completely independent
> > of each other. If I push gerrit HEAD:refs/for/X, I can upload all of them
> > in one go, but they will be shown in the Gerrit UI as depending on each
> > other.
> > 
> The tool I wrote could do that:
> 
> git rev-list @{u}.. | xargs -n1 git gp
> 
> I think Ossi was modifying git gpush to do the same. I don't know what the 
> current state is. Ossi?
>
it's still in the works (got sidetracked a lot).
what is already on my dashboard in non-wip state reflects the
capabilities of your gp script and can be used by hardcore users.



More information about the Development mailing list