2018-09-25 17:04:32 +03:00
|
|
|
# `git apply` and friends don't understand CRLF, even on windows. Force those
|
|
|
|
# files to be checked out with LF endings even if core.autocrlf is true.
|
|
|
|
*.patch text eol=lf
|
2020-04-07 01:15:35 +03:00
|
|
|
patches/**/.patches merge=union
|