Merge branch 'mg/show-notes-doc'
authorJunio C Hamano <gitster@pobox.com>
Tue, 28 Apr 2015 20:00:20 +0000 (13:00 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 28 Apr 2015 20:00:20 +0000 (13:00 -0700)
Documentation fix.

* mg/show-notes-doc:
rev-list-options.txt: complete sentence about notes matching

1  2 
Documentation/rev-list-options.txt
index f620ee4e1cff3f7d6d4c26f35db8b9011894c89a,06e4cfdbc5460fd54c39ee537f1a98752a167a32..77ac439234f40f51aae8613a672de06e3e143771
@@@ -59,25 -67,17 +59,25 @@@ endif::git-rev-list[
        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::