summaryrefslogtreecommitdiffstats
path: root/git-blame.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-02-06 00:09:38 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-02-06 00:09:38 +0000
commit42f855f6b85e5aa6ebce69b4ac12e4c8f33276a4 (patch)
tree2e4602dc453ded05c75bcad33e72303bef2858c9 /git-blame.html
parent16cf158f7b6397ada1e6d221393c66f284e15b70 (diff)
downloadgit-htmldocs-42f855f6b85e5aa6ebce69b4ac12e4c8f33276a4.tar.gz
Autogenerated HTML docs for v1.5.0-rc3-80-g35ce
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 b10a5dad7..ebdf9b84e 100644
--- a/git-blame.html
+++ b/git-blame.html
@@ -274,7 +274,7 @@ git-blame(1) Manual Page
<div class="sectionbody">
<div class="verseblock">
<div class="content"><em>git-blame</em> [-c] [-l] [-t] [-f] [-n] [-p] [--incremental] [-L n,m] [-S &lt;revs-file&gt;]
- [-M] [-C] [-C] [--since=&lt;date&gt;] [&lt;rev&gt;] [--] &lt;file&gt;</div></div>
+ [-M] [-C] [-C] [--since=&lt;date&gt;] [&lt;rev&gt; | --contents &lt;file&gt;] [--] &lt;file&gt;</div></div>
</div>
<h2>DESCRIPTION</h2>
<div class="sectionbody">
@@ -375,6 +375,18 @@ ea4c7f9bf69e781dd0cd88d2bccb2bf5cc15c9a7 git-blame: Make the output</tt></pre>
</p>
</dd>
<dt>
+--contents &lt;file&gt;
+</dt>
+<dd>
+<p>
+ When &lt;rev&gt; is not specified, the command annotates the
+ changes starting backwards from the working tree copy.
+ This flag makes the command pretend as if the working
+ tree copy has the contents of he named file (specify
+ <tt>-</tt> to make the command read from the standard input).
+</p>
+</dd>
+<dt>
-M
</dt>
<dd>
@@ -583,7 +595,7 @@ commit commentary), a blame viewer won't ever care.</td>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 28-Jan-2007 20:55:10 UTC
+Last updated 06-Feb-2007 00:09:23 UTC
</div>
</div>
</body>