diff options
| author | Junio C Hamano <gitster@pobox.com> | 2024-07-08 14:53:08 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2024-07-08 14:53:08 -0700 |
| commit | 2fa5ae30da000322d913081646ff2e3ac79422d3 (patch) | |
| tree | fc91abba3ab78aab2e1e08ba2b27fa1eaa2559bf | |
| parent | 87f4164124d27697a83fc08ef9dbbdda6b49b839 (diff) | |
| parent | 00f3661a0ad0834e0ba36e650d27dc8787e7acc0 (diff) | |
| download | git-2fa5ae30da000322d913081646ff2e3ac79422d3.tar.gz | |
Merge branch 'ss/doc-eol-attr-fix'
Doc update.
* ss/doc-eol-attr-fix:
doc: fix case error of eol attribute in example
| -rw-r--r-- | Documentation/gitattributes.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/gitattributes.txt b/Documentation/gitattributes.txt index 80cae17f37..e6150595af 100644 --- a/Documentation/gitattributes.txt +++ b/Documentation/gitattributes.txt @@ -374,7 +374,7 @@ explicitly define the line endings with `eol` if the `working-tree-encoding` attribute is used to avoid ambiguity. ------------------------ -*.ps1 text working-tree-encoding=UTF-16LE eol=CRLF +*.ps1 text working-tree-encoding=UTF-16LE eol=crlf ------------------------ You can get a list of all available encodings on your platform with the |
