summaryrefslogtreecommitdiffstats
path: root/git-annotate.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-annotate.html
parent34afdb2aa1517d020162156c0648d77e153a10b6 (diff)
downloadgit-htmldocs-20829a4b8e2b66a8e267b82569d850742ce66a6d.tar.gz
Autogenerated HTML docs for v2.10.1-432-g8a36c
Diffstat (limited to 'git-annotate.html')
-rw-r--r--git-annotate.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/git-annotate.html b/git-annotate.html
index 49a1b3bb8..b83fd2ebf 100644
--- a/git-annotate.html
+++ b/git-annotate.html
@@ -867,7 +867,7 @@ file.</p></div>
</p>
</dd>
<dt class="hdlist1">
---reverse
+--reverse &lt;rev&gt;..&lt;rev&gt;
</dt>
<dd>
<p>
@@ -875,7 +875,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">