summaryrefslogtreecommitdiffstats
path: root/git-annotate.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2010-05-21 14:57:53 +0000
committerJunio C Hamano <junio@kernel.org>2010-05-21 14:57:53 +0000
commitcc7636a7aa705986cedababd3173cad477491003 (patch)
treed5f2c5aeadb840264c0881528637d5c124b615a7 /git-annotate.html
parente97d5771c3fcb22302e27b6f962375a059cdcb13 (diff)
downloadgit-htmldocs-cc7636a7aa705986cedababd3173cad477491003.tar.gz
Autogenerated HTML docs for v1.7.1-226-g770c5
Diffstat (limited to 'git-annotate.html')
-rw-r--r--git-annotate.html12
1 files changed, 7 insertions, 5 deletions
diff --git a/git-annotate.html b/git-annotate.html
index 290623bff..bfeb43b2b 100644
--- a/git-annotate.html
+++ b/git-annotate.html
@@ -502,9 +502,9 @@ of lines before or after the line given by &lt;start&gt;.</p></div>
running extra passes of inspection.
</p>
<div class="para"><p>&lt;num&gt; is optional but it is the lower bound on the number of
-alphanumeric characters that git must detect as moving
+alphanumeric characters that git must detect as moving/copying
within a file for it to associate those lines with the parent
-commit.</p></div>
+commit. The default value is 20.</p></div>
</dd>
<dt>
-C|&lt;num&gt;|
@@ -521,9 +521,11 @@ commit.</p></div>
looks for copies from other files in any commit.
</p>
<div class="para"><p>&lt;num&gt; is optional but it is the lower bound on the number of
-alphanumeric characters that git must detect as moving
+alphanumeric characters that git must detect as moving/copying
between files for it to associate those lines with the parent
-commit.</p></div>
+commit. And the default value is 40. If there are more than one
+<tt>-C</tt> options given, the &lt;num&gt; argument of the last <tt>-C</tt> will
+take effect.</p></div>
</dd>
<dt>
-h
@@ -552,7 +554,7 @@ commit.</p></div>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2010-04-24 02:55:46 UTC
+Last updated 2010-05-21 14:57:14 UTC
</div>
</div>
</body>