summaryrefslogtreecommitdiffstats
path: root/git-annotate.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-05-06 12:33:32 -0700
committerJunio C Hamano <gitster@pobox.com>2015-05-06 12:33:32 -0700
commitdd5004ad952f72405f1265393b3f95dbe212992a (patch)
tree69fd34e0973283989d24e1812db4d47dd02f588f /git-annotate.html
parent628005e7421bae7fcaee6f44c9ddd2427f92fc57 (diff)
downloadgit-htmldocs-dd5004ad952f72405f1265393b3f95dbe212992a.tar.gz
Autogenerated HTML docs for v2.4.0-53-g8440f
Diffstat (limited to 'git-annotate.html')
-rw-r--r--git-annotate.html13
1 files changed, 7 insertions, 6 deletions
diff --git a/git-annotate.html b/git-annotate.html
index 86fcba18c..efdf991b3 100644
--- a/git-annotate.html
+++ b/git-annotate.html
@@ -798,7 +798,7 @@ familiar command name for people coming from other SCM systems.</p></div>
-L &lt;start&gt;,&lt;end&gt;
</dt>
<dt class="hdlist1">
--L :&lt;regex&gt;
+-L :&lt;funcname&gt;
</dt>
<dd>
<p>
@@ -835,11 +835,12 @@ starting at the line given by &lt;start&gt;.</p></div>
of lines before or after the line given by &lt;start&gt;.</p></div>
</li>
</ul></div>
-<div class="paragraph"><p>If &#8220;:&lt;regex&gt;&#8221; is given in place of &lt;start&gt; and &lt;end&gt;, it denotes the range
-from the first funcname line that matches &lt;regex&gt;, up to the next
-funcname line. &#8220;:&lt;regex&gt;&#8221; searches from the end of the previous <code>-L</code> range,
-if any, otherwise from the start of file.
-&#8220;^:&lt;regex&gt;&#8221; searches from the start of file.</p></div>
+<div class="paragraph"><p>If &#8220;:&lt;funcname&gt;&#8221; is given in place of &lt;start&gt; and &lt;end&gt;, it is a
+regular expression that denotes the range from the first funcname line
+that matches &lt;funcname&gt;, up to the next funcname line. &#8220;:&lt;funcname&gt;&#8221;
+searches from the end of the previous <code>-L</code> range, if any, otherwise
+from the start of file. &#8220;^:&lt;funcname&gt;&#8221; searches from the start of
+file.</p></div>
</dd>
<dt class="hdlist1">
-l