gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] 194/205: .gitattributes: force shell scripts to LF


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 194/205: .gitattributes: force shell scripts to LF
Date: Thu, 20 Apr 2017 16:22:14 +0200

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

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

commit a0576e2f362bc1a1adee22c924ce33710a69559f
Author: Marcel Raad <address@hidden>
AuthorDate: Sat Apr 15 00:10:27 2017 +0200

    .gitattributes: force shell scripts to LF
    
    Bash on Linux errors out on CR characters.
    This makes tests 1221 and 1222 pass on Linux with a CRLF checkout.
    
    Ref: https://github.com/curl/curl/pull/1344#issuecomment-289243166
    Closes https://github.com/curl/curl/pull/1422
---
 .gitattributes     | 1 +
 lib/.gitattributes | 1 +
 2 files changed, 2 insertions(+)

diff --git a/.gitattributes b/.gitattributes
index e84adeec3..429f8cde0 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -4,3 +4,4 @@ configure.ac eol=lf
 *.m4 eol=lf
 *.in eol=lf
 *.am eol=lf
+*.sh eol=lf
diff --git a/lib/.gitattributes b/lib/.gitattributes
new file mode 100644
index 000000000..563eba7fd
--- /dev/null
+++ b/lib/.gitattributes
@@ -0,0 +1 @@
+objnames.inc eol=lf

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



reply via email to

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