From 2bfdc5c02e49b0f583bf7380a159b59b37dec711 Mon Sep 17 00:00:00 2001 From: David Hedqvist Date: Fri, 22 Mar 2019 10:19:57 +0100 Subject: [PATCH] Make patch files keep their line endings. Fix #429 This fixes a problem with applying the patches on Windows where the patch and the files to be patched have different format for line endings. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index d42ff183..8aaf4307 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ *.pbxproj -text +*.patch -text \ No newline at end of file