gitattributes: do not rewrite patches containing crlf
This commit is contained in:
parent
7c3839bf5c
commit
3d82109504
7
.gitattributes
vendored
7
.gitattributes
vendored
@ -1,6 +1,13 @@
|
||||
# Default.
|
||||
* text eol=lf
|
||||
|
||||
# Patches.
|
||||
*.diff text=auto
|
||||
*.patch text=auto
|
||||
*.patch32 text=auto
|
||||
*.patch64 text=auto
|
||||
*.patch.* text=auto
|
||||
|
||||
# Powershell scripts.
|
||||
*.ps1 text eol=crlf
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user