Search code examples
gerrit

Is it possible to search for commit by Change-Id in Gerrit?


Gerrit generated a Change-Id in commit message. Is it possible to search for a commit by this Change-Id?


Solution

  • The trick is search by "message:" instead of "change:". Change-Id is part of the commit message and searchable. "change:" must refer to some other field.