summaryrefslogtreecommitdiffstats
path: root/git-rev-list.html
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 /git-rev-list.html
parentcb857f233db5714207a62269ed0dda448d62d675 (diff)
downloadgit-htmldocs-9954ed7258dcaf73123a7c874bcdd20544870579.tar.gz
Autogenerated HTML docs for v1.8.0-rc0-18-gf8466
Diffstat (limited to 'git-rev-list.html')
-rw-r--r--git-rev-list.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/git-rev-list.html b/git-rev-list.html
index a66b9cbbe..6771ce05c 100644
--- a/git-rev-list.html
+++ b/git-rev-list.html
@@ -758,6 +758,18 @@ ordering and formatting options, such as <tt>--reverse</tt>.</p></div>
</p>
</dd>
<dt class="hdlist1">
+--grep-reflog=&lt;pattern&gt;
+</dt>
+<dd>
+<p>
+ Limit the commits output to ones with reflog entries that
+ match the specified pattern (regular expression). With
+ more than one <tt>--grep-reflog</tt>, commits whose reflog message
+ matches any of the given patterns are chosen. It is an
+ error to use this option unless <tt>--walk-reflogs</tt> is in use.
+</p>
+</dd>
+<dt class="hdlist1">
--grep=&lt;pattern&gt;
</dt>
<dd>
@@ -768,6 +780,8 @@ ordering and formatting options, such as <tt>--reverse</tt>.</p></div>
matches any of the given patterns are chosen (but see
<tt>--all-match</tt>).
</p>
+<div class="paragraph"><p>When <tt>--show-notes</tt> is in effect, the message from the notes as
+if it is part of the log message.</p></div>
</dd>
<dt class="hdlist1">
--all-match