summaryrefslogtreecommitdiffstats
path: root/gitattributes.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-04-16 21:51:15 +0900
committerJunio C Hamano <gitster@pobox.com>2019-04-16 21:51:15 +0900
commit6b7d215a58fcad73e1d989b5767c9d3b2ba6608b (patch)
tree78de8e7c65f35106dfde60f0e6b4284f09e7f43f /gitattributes.html
parente0f71462e15863fa4b188b26e30db0155d52a946 (diff)
downloadgit-htmldocs-6b7d215a58fcad73e1d989b5767c9d3b2ba6608b.tar.gz
Autogenerated HTML docs for v2.21.0-419-gffac5
Diffstat (limited to 'gitattributes.html')
-rw-r--r--gitattributes.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/gitattributes.html b/gitattributes.html
index 0d25c6939..571a84070 100644
--- a/gitattributes.html
+++ b/gitattributes.html
@@ -1100,8 +1100,8 @@ a <code>working-tree-encoding</code> enabled Git client, then <code>foo.ps1</cod
stored as UTF-8 internally. A client without <code>working-tree-encoding</code>
support will checkout <code>foo.ps1</code> as UTF-8 encoded file. This will
typically cause trouble for the users of this file.</p></div>
-<div class="paragraph"><p>If a Git client, that does not support the <code>working-tree-encoding</code>
-attribute, adds a new file <code>bar.ps1</code>, then <code>bar.ps1</code> will be
+<div class="paragraph"><p>If a Git client that does not support the <code>working-tree-encoding</code>
+attribute adds a new file <code>bar.ps1</code>, then <code>bar.ps1</code> will be
stored "as-is" internally (in this example probably as UTF-16).
A client with <code>working-tree-encoding</code> support will interpret the
internal contents as UTF-8 and try to convert it to UTF-16 on checkout.
@@ -2154,7 +2154,7 @@ frotz unspecified</code></pre>
<div id="footer">
<div id="footer-text">
Last updated
- 2019-03-11 18:02:43 JST
+ 2019-04-16 21:48:13 JST
</div>
</div>
</body>