aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/gitattributes.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-04-16 19:28:08 +0900
committerJunio C Hamano <gitster@pobox.com>2019-04-16 19:28:08 +0900
commit04116ecb7b1cf102b7f5908bc7f4117192e82530 (patch)
tree2832a3bcef71c64cde11f8bd5fd5101bd2326aff /Documentation/gitattributes.txt
parentaf1ec93755ac0b2bd71d6cf48096164b683bc881 (diff)
parented31851fa640a0c23a3d6ead07af5155417aeb4e (diff)
downloadgit-04116ecb7b1cf102b7f5908bc7f4117192e82530.tar.gz
Merge branch 'ab/doc-misc-typofixes'
Typofixes. * ab/doc-misc-typofixes: doc: fix typos in man pages
Diffstat (limited to 'Documentation/gitattributes.txt')
-rw-r--r--Documentation/gitattributes.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/gitattributes.txt b/Documentation/gitattributes.txt
index fa6454f105..4fb20cd0e9 100644
--- a/Documentation/gitattributes.txt
+++ b/Documentation/gitattributes.txt
@@ -314,8 +314,8 @@ stored as UTF-8 internally. A client without `working-tree-encoding`
support will checkout `foo.ps1` as UTF-8 encoded file. This will
typically cause trouble for the users of this file.
+
-If a Git client, that does not support the `working-tree-encoding`
-attribute, adds a new file `bar.ps1`, then `bar.ps1` will be
+If a Git client that does not support the `working-tree-encoding`
+attribute adds a new file `bar.ps1`, then `bar.ps1` will be
stored "as-is" internally (in this example probably as UTF-16).
A client with `working-tree-encoding` support will interpret the
internal contents as UTF-8 and try to convert it to UTF-16 on checkout.