matches any of the given patterns are chosen (but see
`--all-match`).
+
- When `--show-notes` is in effect, the message from the notes as
- if it is part of the log message.
+ When `--show-notes` is in effect, the message from the notes is
+ matched as if it were part of the log message.
--all-match::
- Limit the commits output to ones that match all given --grep,
+ Limit the commits output to ones that match all given `--grep`,
instead of ones that match at least one.
+--invert-grep::
+ Limit the commits output to ones with log message that do not
+ match the pattern specified with `--grep=<pattern>`.
+
-i::
--regexp-ignore-case::
+ Match the regular expression limiting patterns without regard to letter
+ case.
- Match the regexp limiting patterns without regard to letters case.
+--basic-regexp::
+ Consider the limiting patterns to be basic regular expressions;
+ this is the default.
-E::
--extended-regexp::