Is there a simpler way to set topic for multiple patches(around 70 patches all under 1 branch) in gerrit (Ideally in 1 -go)
Set "topic" of multiple patches simultaneously in gerrit
897 views Asked by Sandeep At
2
Is there a simpler way to set topic for multiple patches(around 70 patches all under 1 branch) in gerrit (Ideally in 1 -go)
You can push all these changes again to the
refs/for/<branch>
branch. There you can use the%topic=<topic>
suffix; e.g.refs/for/master%topic=my-topic
.See: https://gerrit-review.googlesource.com/Documentation/user-upload.html#push_create