summaryrefslogtreecommitdiffstats
path: root/gitattributes.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2010-12-13 08:31:58 +0000
committerJunio C Hamano <junio@kernel.org>2010-12-13 08:31:58 +0000
commiteef01fe919cb245838e4f4ad512a66202747742e (patch)
tree02c72b987c74aadbce61763a2e2772bde48b416a /gitattributes.txt
parentcf29d337e34d752e5b61fc6629294eccc3ff6ef3 (diff)
downloadgit-htmldocs-eef01fe919cb245838e4f4ad512a66202747742e.tar.gz
Autogenerated HTML docs for v1.7.3.3-557-gb5c17
Diffstat (limited to 'gitattributes.txt')
-rw-r--r--gitattributes.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/gitattributes.txt b/gitattributes.txt
index c80ca5da4..5a7f93642 100644
--- a/gitattributes.txt
+++ b/gitattributes.txt
@@ -723,6 +723,8 @@ control per path.
Set::
Notice all types of potential whitespace errors known to git.
+ The tab width is taken from the value of the `core.whitespace`
+ configuration variable.
Unset::
@@ -730,13 +732,13 @@ Unset::
Unspecified::
- Use the value of `core.whitespace` configuration variable to
+ Use the value of the `core.whitespace` configuration variable to
decide what to notice as error.
String::
Specify a comma separate list of common whitespace problems to
- notice in the same format as `core.whitespace` configuration
+ notice in the same format as the `core.whitespace` configuration
variable.