英文:
Can I search using regex i Gerrit over the subject of the commit
问题
我正在使用Gerrit平台进行代码审查阶段。
我无法找到一种在消息主题中使用正则表达式搜索的方法。
我尝试过主题:"^.dummy."但没有成功。
任何帮助都将不胜感激。
英文:
I'm using the gerrit platform for code reviews phase.
I cannot find a way to search with regex over the subject of the message.
I've tried subject:"^.dummy." but it didn't work
any help is appreciated.
答案1
得分: 1
"subject"搜索中的匹配是通过主题的全文搜索完成的。您无法使用正则表达式进行搜索。
请参阅Gerrit文档中的"subject:'SUBJECT'"项此处。
英文:
The matching in the "subject" search is done by a full-text search over the subject. You can't search using regular expressions.
See the "subject:'SUBJECT'" item at the Gerrit documentation here.
答案2
得分: 0
感谢Marcelo的回复。
我发现我可以使用消息项,那里我还可以使用正则表达式进行搜索。
英文:
thanks Marcelo for your response.
I found that I can use the message item and there I can also search with regex expressions.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论