在gerrit中同时设置"topic"多个补丁

Set "topic" of multiple patches simultaneously in gerrit

有没有更简单的方法在 gerrit 中为多个补丁(大约 70 个补丁都在 1 个分支下)设置主题(最好是在 1-go 中)

您可以将所有这些更改再次推送到 refs/for/<branch> 分支。在那里你可以使用 %topic=<topic> 后缀;例如refs/for/master%topic=my-topic.

参见:https://gerrit-review.googlesource.com/Documentation/user-upload.html#push_create

您可以使用 REST API 到 set the topic 进行现有更改。