Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-06-17Merge pull request #2136 from tboegi/gitattributes_eol_overrideses_autobmw
.gitattributes: EOL=LF overrides auto
2016-06-07Don't change line endings on a tarballBrad Warren
2016-01-10.gitattributes: EOL=LF overrides autoTorsten Bögershausen
The line * text=auto eol=lf in .gitattributes does not work as expected: setting eol=lf overrides text=auto, and works as * eol=lf or * text eol=lf This is not what is intended, as binary files like *.gz go through a CRLF -> LF conversion at commit time. Use * crlf=auto instead (which is even understood by older Git versions, which are still in use)
2015-10-28Add gitattributes file to mark bat file as CRLFThom Wiggers
Gitattributes files can be used to mark files as crlf, which is useful for the `.bat` files in case people use eol=lf in their git config.