This website requires JavaScript.
Explore
Help
Sign In
mirror
/
curl
Watch
2
Star
0
Fork
0
You've already forked curl
mirror of
https://github.com/curl/curl.git
synced
2024-11-21 01:16:58 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
be20814191
curl
/
.gitattributes
8 lines
97 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add .gitattributes files to turn off CRLF translation for some files
2010-03-25 11:48:35 +08:00
*.dsw -crlf
Tell git to not convert configure-related files.
2012-07-16 00:25:55 +08:00
buildconf eol=lf
configure.ac eol=lf
*.m4 eol=lf
Tell git to not convert configure-related files.
2012-07-18 02:35:23 +08:00
*.in eol=lf
.gitattributes: turn off CRLF for *.am If Makefile.am uses CRLF, buildconf in a Windows checkout fails with: ".ibtoolize: error: AC_CONFIG_MACRO_DIRS([m4]) conflicts with ACLOCAL_AMFLAGS=-I m4"
2017-03-22 06:20:03 +08:00
*.am eol=lf
.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
2017-04-15 06:10:27 +08:00
*.sh eol=lf
Reference in New Issue
Copy Permalink