summaryrefslogtreecommitdiffstats
path: root/rev-list-options.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-10-02 21:54:00 -0700
committerJunio C Hamano <gitster@pobox.com>2012-10-02 21:54:00 -0700
commit9954ed7258dcaf73123a7c874bcdd20544870579 (patch)
treecb2b564057d6808ee290a13b978c567e35385821 /rev-list-options.txt
parentcb857f233db5714207a62269ed0dda448d62d675 (diff)
downloadgit-htmldocs-9954ed7258dcaf73123a7c874bcdd20544870579.tar.gz
Autogenerated HTML docs for v1.8.0-rc0-18-gf8466
Diffstat (limited to 'rev-list-options.txt')
-rw-r--r--rev-list-options.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/rev-list-options.txt b/rev-list-options.txt
index 1fc2a1840..ee497430c 100644
--- a/rev-list-options.txt
+++ b/rev-list-options.txt
@@ -51,6 +51,14 @@ endif::git-rev-list[]
commits whose author matches any of the given patterns are
chosen (similarly for multiple `--committer=<pattern>`).
+--grep-reflog=<pattern>::
+
+ Limit the commits output to ones with reflog entries that
+ match the specified pattern (regular expression). With
+ more than one `--grep-reflog`, commits whose reflog message
+ matches any of the given patterns are chosen. It is an
+ error to use this option unless `--walk-reflogs` is in use.
+
--grep=<pattern>::
Limit the commits output to ones with log message that
@@ -58,6 +66,9 @@ endif::git-rev-list[]
more than one `--grep=<pattern>`, commits whose message
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.
--all-match::
Limit the commits output to ones that match all given --grep,