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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-01-13Make sure .bat and .cmd files have crlf in wd. (#18437)Johan Lorensson
Looks like https://github.com/mono/mono/commit/c9dc20f59ebe7fbed2a439d69c2d03a2d4500577 broke Windows build for some scenarios using .bat files. Fix makes sure we convert .bat and .cmd files to use crlf in wd.
2019-11-23Make configure.ac and Makefile.am work without certain directories (#17871)Alexander Köplinger
Those folders won't be present in the dotnet/runtime repository. We need to factor out AC_OUTPUT into a separate file so we can continue to share configure.ac but not the list of files in AC_OUTPUT since autotools doesn't support variables there.
2019-08-27[git] Set csharp diff pattern for *.cs sources. (#16495)Nikolay Sivov
2019-03-06[gitattributes] Do CRLF normalization on sln/proj filesAlexander Köplinger
They can be used with native line endings. We now have a shared folder with the dotnet repos and they have CRLF normalization enabled. This difference leads to conflicts while applying changes from the dotnet repos to mono.
2017-02-23Force LF line endings for .sources and Makefiles tooAlexander Köplinger
This should fix the Windows build.
2017-01-27A few more LF .gitattributes fixesAlexander Köplinger
2017-01-27Always use LF line endings for config.rpath/configure.host as wellAlexander Köplinger
2017-01-27Make sure .sh files always have LF line endingAlexander Köplinger
This removes the need to set core.autocrlf=input when compiling Mono on Windows via cygwin.
2016-01-29Remove ChangeLog references from Makefile and .gitattributeAlexander Köplinger
2014-05-25Rename configure.in -> configure.ac. Based on PR #976.Alex Rønne Petersen
2010-11-06Add *.xml to ignore listMarek Safar
2010-09-14Fixes mixed line ending.Marek Safar
2010-08-01Re-enable 'crlf' attributes on *.csRaja R Harinath
This fixes EOL conversions flagged by git 1.7.1 core.autocrlf=true. At this point, neither git 1.7.1 nor 1.7.2 show any automatic CRLF normalization. I think we're ready for another experiment. There seems to be a difference in the handling of mixed line-ending files between git 1.7.2 and older versions, when core.autocrlf is set to true.
2010-07-28Step back a bit on enabling default CRLF handling.Raja R Harinath
2010-07-25EOL handlingRaja R Harinath
This set of .gitattributes was automatically generated from the list of files that GIT tried to normalize when I enabled automatic EOL conversion. With this set of attributes, we prevent automated EOL conversion on files that we know will cause trouble down the road.