summaryrefslogtreecommitdiffstats
path: root/git-blame.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2009-02-20 08:33:08 +0000
committerJunio C Hamano <junio@hera.kernel.org>2009-02-20 08:33:08 +0000
commita6455f6330f1c7df9aca8631f65e68fb60a633d9 (patch)
tree3e98db803248056d9c47958549859cdacfb61a2b /git-blame.html
parent4007b5d6e6903ab8ef91ce4452b16bf39261d641 (diff)
downloadgit-htmldocs-a6455f6330f1c7df9aca8631f65e68fb60a633d9.tar.gz
Autogenerated HTML docs for v1.6.2-rc1-20-g8c5b
Diffstat (limited to 'git-blame.html')
-rw-r--r--git-blame.html16
1 files changed, 14 insertions, 2 deletions
diff --git a/git-blame.html b/git-blame.html
index 8cc87263b..d69147d1a 100644
--- a/git-blame.html
+++ b/git-blame.html
@@ -323,7 +323,7 @@ git-blame(1) Manual Page
<div class="verseblock">
<div class="content"><em>git blame</em> [-c] [-b] [-l] [--root] [-t] [-f] [-n] [-s] [-p] [-w] [--incremental] [-L n,m]
[-S &lt;revs-file&gt;] [-M] [-C] [-C] [--since=&lt;date&gt;]
- [&lt;rev&gt; | --contents &lt;file&gt;] [--] &lt;file&gt;</div></div>
+ [&lt;rev&gt; | --contents &lt;file&gt; | --reverse &lt;rev&gt;] [--] &lt;file&gt;</div></div>
</div>
<h2 id="_description">DESCRIPTION</h2>
<div class="sectionbody">
@@ -432,6 +432,18 @@ of lines before or after the line given by &lt;start&gt;.</p></div>
</p>
</dd>
<dt>
+--reverse
+</dt>
+<dd>
+<p>
+ Walk history forward instead of backward. Instead of showing
+ the revision in which a line appeared, this shows the last
+ revision in which a line has existed. This requires a range of
+ revision like START..END where the path to blame exists in
+ START.
+</p>
+</dd>
+<dt>
-p
</dt>
<dt>
@@ -833,7 +845,7 @@ the email address.</p></div>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2009-02-15 10:37:52 UTC
+Last updated 2009-02-20 08:32:54 UTC
</div>
</div>
</body>