gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 07/41: build: check out *.sln files with Windows li


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 07/41: build: check out *.sln files with Windows line endings
Date: Sun, 20 Aug 2017 20:46:29 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to annotated tag gnurl-7.55.1
in repository gnurl.

commit afc9651a648e899c4743be36d0e9018c947047b6
Author: Marcel Raad <address@hidden>
AuthorDate: Wed Aug 9 14:11:27 2017 +0200

    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 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/projects/Windows/.gitattributes b/projects/Windows/.gitattributes
new file mode 100644
index 000000000..391fd002c
--- /dev/null
+++ b/projects/Windows/.gitattributes
@@ -0,0 +1 @@
+*.sln eol=crlf

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]