mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2025-12-21 19:20:10 +00:00
update .gitattributes
text=binary doesn't work well for some patches.
This commit is contained in:
13
.gitattributes
vendored
13
.gitattributes
vendored
@@ -1,12 +1,13 @@
|
||||
# Default.
|
||||
* text eol=lf
|
||||
|
||||
# Patches.
|
||||
*.diff text=binary
|
||||
*.patch text=binary
|
||||
*.patch32 text=binary
|
||||
*.patch64 text=binary
|
||||
*.patch.* text=binary
|
||||
# Treat patch files as binaries but let diff'ing them
|
||||
# as normal text.
|
||||
*.diff binary diff
|
||||
*.patch binary diff
|
||||
*.patch32 binary diff
|
||||
*.patch64 binary diff
|
||||
*.patch.* binary diff
|
||||
|
||||
# Powershell scripts.
|
||||
*.ps1 text eol=crlf
|
||||
|
||||
Reference in New Issue
Block a user