Answer
git log --grep=<pattern>
Limit the commits output to ones with log message that matches the
specified pattern (regular expression).
from git help log
.
2023-08-04
git log --grep=<pattern>
Limit the commits output to ones with log message that matches the
specified pattern (regular expression).
from git help log
.