Searching Gerrit by Commit Message

試著忘記壹切 提交于 2019-12-03 23:43:25
Jed Anderson

Ah, I figured it out. You MUST have a status: query too. For example, this works:

status:merged message:bz12345

This does not:

message:bz12345

This could be because we're on an older version of Gerrit (2.2.1 I think).

message:bz12345 should work.

See the latest documentation

Note that it searches the whole message body though, not just the subject.

message:'MESSAGE'

Changes that match MESSAGE arbitrary string in the commit message body.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!