summaryrefslogtreecommitdiffstats
path: root/git-diff-tree.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2011-06-23 00:51:22 +0000
committerJunio C Hamano <junio@kernel.org>2011-06-23 00:51:22 +0000
commit6005bfad50b53fb60174ada90f2350dabfcf1d86 (patch)
tree940e90d55512c8c6a17a26b413317ce89f61bb9a /git-diff-tree.html
parent6041bfb3ed188459053f94db238793b1c4240ee9 (diff)
downloadgit-htmldocs-6005bfad50b53fb60174ada90f2350dabfcf1d86.tar.gz
Autogenerated HTML docs for v1.7.6-rc3
Diffstat (limited to 'git-diff-tree.html')
-rw-r--r--git-diff-tree.html12
1 files changed, 8 insertions, 4 deletions
diff --git a/git-diff-tree.html b/git-diff-tree.html
index d4bab8dc4..8f16c1c7f 100644
--- a/git-diff-tree.html
+++ b/git-diff-tree.html
@@ -770,10 +770,14 @@ override configuration settings.</p></div>
</dt>
<dd>
<p>
- Warn if changes introduce trailing whitespace
- or an indent that uses a space before a tab. Exits with
- non-zero status if problems are found. Not compatible with
- --exit-code.
+ Warn if changes introduce whitespace errors. What are
+ considered whitespace errors is controlled by <tt>core.whitespace</tt>
+ configuration. By default, trailing whitespaces (including
+ lines that solely consist of whitespaces) and a space character
+ that is immediately followed by a tab character inside the
+ initial indent of the line are considered whitespace errors.
+ Exits with non-zero status if problems are found. Not compatible
+ with --exit-code.
</p>
</dd>
<dt class="hdlist1">