summaryrefslogtreecommitdiffstats
path: root/git-blame.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-10-10 16:24:44 -0700
committerJunio C Hamano <gitster@pobox.com>2016-10-10 16:24:44 -0700
commit20829a4b8e2b66a8e267b82569d850742ce66a6d (patch)
tree52a94002de896222636123b482a360016b56270d /git-blame.html
parent34afdb2aa1517d020162156c0648d77e153a10b6 (diff)
downloadgit-htmldocs-20829a4b8e2b66a8e267b82569d850742ce66a6d.tar.gz
Autogenerated HTML docs for v2.10.1-432-g8a36c
Diffstat (limited to 'git-blame.html')
-rw-r--r--git-blame.html9
1 files changed, 5 insertions, 4 deletions
diff --git a/git-blame.html b/git-blame.html
index 7b1d74221..752944bea 100644
--- a/git-blame.html
+++ b/git-blame.html
@@ -750,7 +750,7 @@ git-blame(1) Manual Page
<div class="verseblock">
<pre class="content"><em>git blame</em> [-c] [-b] [-l] [--root] [-t] [-f] [-n] [-s] [-e] [-p] [-w] [--incremental]
[-L &lt;range&gt;] [-S &lt;revs-file&gt;] [-M] [-C] [-C] [-C] [--since=&lt;date&gt;]
- [--progress] [--abbrev=&lt;n&gt;] [&lt;rev&gt; | --contents &lt;file&gt; | --reverse &lt;rev&gt;]
+ [--progress] [--abbrev=&lt;n&gt;] [&lt;rev&gt; | --contents &lt;file&gt; | --reverse &lt;rev&gt;..&lt;rev&gt;]
[--] &lt;file&gt;</pre>
<div class="attribution">
</div></div>
@@ -888,7 +888,7 @@ file.</p></div>
</p>
</dd>
<dt class="hdlist1">
---reverse
+--reverse &lt;rev&gt;..&lt;rev&gt;
</dt>
<dd>
<p>
@@ -896,7 +896,8 @@ file.</p></div>
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.
+ START. <code>git blame --reverse START</code> is taken as <code>git blame
+ --reverse START..HEAD</code> for convenience.
</p>
</dd>
<dt class="hdlist1">
@@ -1418,7 +1419,7 @@ the email address.</p></div>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2016-09-26 16:43:51 PDT
+Last updated 2016-10-10 16:24:22 PDT
</div>
</div>
</body>