summaryrefslogtreecommitdiffstats
path: root/git-blame.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-07-02 03:06:38 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-07-02 03:06:38 +0000
commitfce7c7e1549d1a2a2b0faf5952378236eed4d468 (patch)
treeffce2ae419b52786a0e567f4fddaadd89016f62c /git-blame.html
parentbb8e996adf4293a0b624fe77e95e12ae8d1faed9 (diff)
downloadgit-htmldocs-fce7c7e1549d1a2a2b0faf5952378236eed4d468.tar.gz
Autogenerated HTML docs for v1.5.6.1-156-ge903b
Diffstat (limited to 'git-blame.html')
-rw-r--r--git-blame.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/git-blame.html b/git-blame.html
index 8dc36ec09..84a08c4d2 100644
--- a/git-blame.html
+++ b/git-blame.html
@@ -273,7 +273,7 @@ git-blame(1) Manual Page
<h2>SYNOPSIS</h2>
<div class="sectionbody">
<div class="verseblock">
-<div class="content"><em>git-blame</em> [-c] [-b] [-l] [--root] [-t] [-f] [-n] [-s] [-p] [-w] [--incremental] [-L n,m]
+<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>
</div>
@@ -283,7 +283,7 @@ git-blame(1) Manual Page
last modified the line. Optionally, start annotating from the given revision.</p>
<p>Also it can limit the range of lines annotated.</p>
<p>This report doesn't tell you anything about lines which have been deleted or
-replaced; you need to use a tool such as <a href="git-diff.html">git-diff(1)</a> or the "pickaxe"
+replaced; you need to use a tool such as <tt>git-diff</tt> or the "pickaxe"
interface briefly mentioned in the following paragraph.</p>
<p>Apart from supporting file annotation, git also supports searching the
development history for when a code snippet occurred in a change. This makes it
@@ -480,7 +480,7 @@ commit.</p>
file (see <tt>-M</tt>). The first number listed is the score.
This is the number of alphanumeric characters detected
to be moved between or within files. This must be above
- a certain threshold for git-blame to consider those lines
+ a certain threshold for <tt>git-blame</tt> to consider those lines
of code to have been moved.
</p>
</dd>
@@ -698,7 +698,7 @@ commit commentary), a blame viewer won't ever care.</td>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 08-Jun-2008 22:46:19 UTC
+Last updated 02-Jul-2008 03:01:33 UTC
</div>
</div>
</body>