aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/gitattributes.txt
diff options
context:
space:
mode:
authorMartin Ågren <martin.agren@gmail.com>2019-03-06 07:30:18 +0100
committerJunio C Hamano <gitster@pobox.com>2019-03-07 09:25:32 +0900
commit8d75a1d183e2cbb4c56c14e59aeda64a87d86a34 (patch)
tree14d31082824480b232f7a6c7a10743fbfa4c039a /Documentation/gitattributes.txt
parent4c8b882ada9e2a4cfa8c97087ed91601c8b0286e (diff)
downloadgit-8d75a1d183e2cbb4c56c14e59aeda64a87d86a34.tar.gz
Documentation: turn middle-of-line tabs into spaces
These tabs happen to appear in columns where they don't stand out too much, so the diff here is non-obvious. Some of these are rendered differently by AsciiDoc and Asciidoctor (although the difference might be invisible!), which is how I found a few of them. The remainder were found using `git grep "[a-zA-Z.,)]$TAB[a-zA-Z]"`. Signed-off-by: Martin Ågren <martin.agren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/gitattributes.txt')
-rw-r--r--Documentation/gitattributes.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/gitattributes.txt b/Documentation/gitattributes.txt
index 9b41f81c06..2b7cf69503 100644
--- a/Documentation/gitattributes.txt
+++ b/Documentation/gitattributes.txt
@@ -18,7 +18,7 @@ A `gitattributes` file is a simple text file that gives
Each line in `gitattributes` file is of form:
- pattern attr1 attr2 ...
+ pattern attr1 attr2 ...
That is, a pattern followed by an attributes list,
separated by whitespaces. Leading and trailing whitespaces are