diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-08-31 15:38:54 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-08-31 15:38:55 -0700 |
commit | 0bb71fb36d60902a2efffd7e6df1cc821884e67c (patch) | |
tree | a2d27d511fa3d4b085ce46a8414212de35f4064b /Documentation/rev-list-options.txt | |
parent | 5a4f07b32207044eb8380f2893f807cc8ab9d58f (diff) | |
parent | 2aea7a51a11598427d5b57e4bc042930d592547f (diff) | |
download | git-0bb71fb36d60902a2efffd7e6df1cc821884e67c.tar.gz |
Merge branch 'jk/rev-list-has-no-notes'
"git rev-list" does not take "--notes" option, but did not complain
when one is given.
* jk/rev-list-has-no-notes:
rev-list: make it obvious that we do not support notes
Diffstat (limited to 'Documentation/rev-list-options.txt')
-rw-r--r-- | Documentation/rev-list-options.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/rev-list-options.txt b/Documentation/rev-list-options.txt index a9b808fab3..f1c52208f0 100644 --- a/Documentation/rev-list-options.txt +++ b/Documentation/rev-list-options.txt @@ -58,9 +58,11 @@ endif::git-rev-list[] more than one `--grep=<pattern>`, commits whose message matches any of the given patterns are chosen (but see `--all-match`). +ifndef::git-rev-list[] + When `--show-notes` is in effect, the message from the notes is matched as if it were part of the log message. +endif::git-rev-list[] --all-match:: Limit the commits output to ones that match all given `--grep`, |