til

Reference commits using the commit message

You can reference commits using the commit message instead of the hash. The “:/” syntax accepts a regex that matches any part of the commit message, returning the youngest matching commit (see docs).

from Mark Mossberg.