]> git.ipfire.org Git - thirdparty/git.git/commit
doc: fix case error of eol attribute in example
authorShane Sun <github@waterlemons2k.com>
Sun, 23 Jun 2024 21:40:17 +0000 (21:40 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 25 Jun 2024 04:49:03 +0000 (21:49 -0700)
commit00f3661a0ad0834e0ba36e650d27dc8787e7acc0
treedcc1cfaf3b9c459641784cad769953729544c447
parent786a3e4b8d754d2b14b1208b98eeb0a554ef19a8
doc: fix case error of eol attribute in example

The eol attribute only accepts "crlf" and "lf",
but the example incorrectly capitalizes "crlf".

References:

- https://git-scm.com/docs/gitattributes#_eol
- https://github.com/git/git/blob/v2.45.2/convert.c#L1278

Signed-off-by: Shane Sun <github@waterlemons2k.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/gitattributes.txt