Is there a way to search through commit headers in command line?
+5
A:
--grep=<pattern>
Limit the commits output to ones with log message that matches the
specified pattern (regular expression).
hobbs
2010-09-30 00:09:53