]> granicus.if.org Git - curl/commit
build: check out *.sln files with Windows line endings
authorMarcel Raad <Marcel.Raad@teamviewer.com>
Wed, 9 Aug 2017 12:11:27 +0000 (14:11 +0200)
committerMarcel Raad <Marcel.Raad@teamviewer.com>
Thu, 10 Aug 2017 07:11:46 +0000 (09:11 +0200)
commitafc9651a648e899c4743be36d0e9018c947047b6
tree091c712af76da5ce9129378f34c215e57397e4bf
parent42ba39b0602c44ceb609459fd4d9c2ef339b843e
build: check out *.sln files with Windows line endings

Visual Studio doesn't like LF line endings in solution files and always
converts them to CRLF when doing changes to the solution. Notably, this
affects the solutions in the release archive.

Closes https://github.com/curl/curl/pull/1746
projects/Windows/.gitattributes [new file with mode: 0644]