build: set merge=union for .patches (#22985)

This commit is contained in:
Jeremy Apthorp 2020-04-06 15:15:35 -07:00 коммит произвёл GitHub
Родитель ccf70326c0
Коммит 5b53f1a39c
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 0 удалений

1
.gitattributes поставляемый
Просмотреть файл

@ -1,3 +1,4 @@
# `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
patches/**/.patches merge=union