gitattributes: do not rewrite patches containing crlf

This commit is contained in:
Leonid Pliushch 2020-05-23 15:43:47 +03:00
parent 7c3839bf5c
commit 3d82109504
6 changed files with 339 additions and 332 deletions

7
.gitattributes vendored
View File

@ -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