From 5b53f1a39c0bb1e7b7060b69326b69dd1bc77dfe Mon Sep 17 00:00:00 2001 From: Jeremy Apthorp Date: Mon, 6 Apr 2020 15:15:35 -0700 Subject: [PATCH] build: set merge=union for .patches (#22985) --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index a8cc2eac7063..9d6933d53b98 100644 --- a/.gitattributes +++ b/.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