summaryrefslogtreecommitdiffstats
path: root/git-diff.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2011-05-06 20:23:48 +0000
committerJunio C Hamano <junio@kernel.org>2011-05-06 20:23:48 +0000
commit5f2627d81e2612a0dddd84a6160151a6780cb4a6 (patch)
tree353df7a3ca045ac1e013c3d9ead7e76bc27eab67 /git-diff.html
parenta0dac24be13be68433d39012e1ae5e16f720f443 (diff)
downloadgit-htmldocs-5f2627d81e2612a0dddd84a6160151a6780cb4a6.tar.gz
Autogenerated HTML docs for v1.7.5.1-217-g4e3aa
Diffstat (limited to 'git-diff.html')
-rw-r--r--git-diff.html13
1 files changed, 8 insertions, 5 deletions
diff --git a/git-diff.html b/git-diff.html
index 23cb5d0f8..36e6b9230 100644
--- a/git-diff.html
+++ b/git-diff.html
@@ -690,7 +690,10 @@ any of those replacements occurred.</p></div>
<dd>
<p>
Show colored diff.
- The value must be always (the default), never, or auto.
+ The value must be <tt>always</tt> (the default for <tt>&lt;when&gt;</tt>), <tt>never</tt>, or <tt>auto</tt>.
+ The default value is <tt>never</tt>.
+ It can be changed by the <tt>color.ui</tt> and <tt>color.diff</tt>
+ configuration settings.
</p>
</dd>
<dt class="hdlist1">
@@ -698,9 +701,9 @@ any of those replacements occurred.</p></div>
</dt>
<dd>
<p>
- Turn off colored diff, even when the configuration file
- gives the default to color output.
- Same as <tt>--color=never</tt>.
+ Turn off colored diff.
+ This can be used to override configuration settings.
+ It is the same as <tt>--color=never</tt>.
</p>
</dd>
<dt class="hdlist1">
@@ -876,7 +879,7 @@ another file.</p></div>
<dd>
<p>
Detect renames.
- If <tt>n</tt> is specified, it is a is a threshold on the similarity
+ If <tt>n</tt> is specified, it is a threshold on the similarity
index (i.e. amount of addition/deletions compared to the
file&#8217;s size). For example, <tt>-M90%</tt> means git should consider a
delete/add pair to be a rename if more than 90% of the file