This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
zotero
Watch
2
Star
0
Fork
You've already forked zotero
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
08089d6120
zotero
/
.gitattributes
2 lines
18 B
Text
Raw
Normal View
History
Unescape
Escape
Fix enforcing of Unix newlines for SQL files Follow-up from f6fc14f7 Newline handling in Git 2.7.2 on Windows seems totally broken to me -- if I have core.autocrlf set to true but .gitattributes has "* text=auto", text files with Unix newlines get converted to CRLF, which seems contrary to all documentation I can find. In any case, this is probably only an issue for SQL files (and only because of one regexp that I'm too stubborn to change), and we don't generally have Windows users committing new files, so can limit this to SQL for now.
2016-02-26 23:35:39 +00:00
*.sql text eol=lf
Reference in a new issue
Copy permalink