summaryrefslogtreecommitdiffstats
path: root/git-blame.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-blame.html
parentc710296399a86586e3a5e24ea8519ea2442ab7cf (diff)
downloadgit-htmldocs-7e590a1afe350393356fbecdd44a43a42ddfad34.tar.gz
Autogenerated HTML docs for v1.8.3-182-gb2edae
Diffstat (limited to 'git-blame.html')
-rw-r--r--git-blame.html18
1 files changed, 13 insertions, 5 deletions
diff --git a/git-blame.html b/git-blame.html
index 8bd37e73f..2748d52f7 100644
--- a/git-blame.html
+++ b/git-blame.html
@@ -746,9 +746,9 @@ git-blame(1) Manual Page
<h2 id="_synopsis">SYNOPSIS</h2>
<div class="sectionbody">
<div class="verseblock">
-<pre class="content"><em>git blame</em> [-c] [-b] [-l] [--root] [-t] [-f] [-n] [-s] [-e] [-p] [-w] [--incremental] [-L n,m]
- [-S &lt;revs-file&gt;] [-M] [-C] [-C] [-C] [--since=&lt;date&gt;] [--abbrev=&lt;n&gt;]
- [&lt;rev&gt; | --contents &lt;file&gt; | --reverse &lt;rev&gt;] [--] &lt;file&gt;</pre>
+<pre class="content"><em>git blame</em> [-c] [-b] [-l] [--root] [-t] [-f] [-n] [-s] [-e] [-p] [-w] [--incremental]
+ [-L n,m | -L :fn] [-S &lt;revs-file&gt;] [-M] [-C] [-C] [-C] [--since=&lt;date&gt;]
+ [--abbrev=&lt;n&gt;] [&lt;rev&gt; | --contents &lt;file&gt; | --reverse &lt;rev&gt;] [--] &lt;file&gt;</pre>
<div class="attribution">
</div></div>
</div>
@@ -811,7 +811,7 @@ ea4c7f9bf69e781dd0cd88d2bccb2bf5cc15c9a7 git-blame: Make the output</code></pre>
</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>
@@ -841,6 +841,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">
@@ -1364,7 +1372,7 @@ the email address.</p></div>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2013-02-05 21:07:26 PST
+Last updated 2013-06-02 16:46:06 PDT
</div>
</div>
</body>