summaryrefslogtreecommitdiffstats
path: root/git-annotate.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-06-02 16:46:52 -0700
committerJunio C Hamano <gitster@pobox.com>2013-06-02 16:46:52 -0700
commit7e590a1afe350393356fbecdd44a43a42ddfad34 (patch)
tree0ff3bfac8994607bda7188f1c19895c965fb96ce /git-annotate.html
parentc710296399a86586e3a5e24ea8519ea2442ab7cf (diff)
downloadgit-htmldocs-7e590a1afe350393356fbecdd44a43a42ddfad34.tar.gz
Autogenerated HTML docs for v1.8.3-182-gb2edae
Diffstat (limited to 'git-annotate.html')
-rw-r--r--git-annotate.html10
1 files changed, 9 insertions, 1 deletions
diff --git a/git-annotate.html b/git-annotate.html
index 2d1469214..995830661 100644
--- a/git-annotate.html
+++ b/git-annotate.html
@@ -793,7 +793,7 @@ familiar command name for people coming from other SCM systems.</p></div>
</p>
</dd>
<dt class="hdlist1">
--L &lt;start&gt;,&lt;end&gt;
+-L &lt;start&gt;,&lt;end&gt;, -L :&lt;regex&gt;
</dt>
<dd>
<p>
@@ -823,6 +823,14 @@ starting at the line given by &lt;start&gt;.</p></div>
<div class="paragraph"><p>This is only valid for &lt;end&gt; and will specify a number
of lines before or after the line given by &lt;start&gt;.</p></div>
</li>
+<li>
+<p>
+:regex
+</p>
+<div class="paragraph"><p>If the option&#8217;s argument is of the form :regex, it denotes the range
+from the first funcname line that matches &lt;regex&gt;, up to the next
+funcname line.</p></div>
+</li>
</ul></div>
</dd>
<dt class="hdlist1">