Lukáš Fryč created RF-12497:
-------------------------------
Summary: Run dos2unix over all files in all repositories
Key: RF-12497
URL:
https://issues.jboss.org/browse/RF-12497
Project: RichFaces
Issue Type: Task
Security Level: Public (Everyone can see)
Components: build/distribution
Affects Versions: 4.3.0.Milestone1, 4.2.2.Final
Reporter: Lukáš Fryč
Currently some files are in unix, some in DOS style of line endings (CRLF/LF).
We should unify them.
{code}
git ls-files | xargs unix2dos
{code}
For {{components}} project:
{code}
dos2unix: 801 files changed
unix2dos: 424 files changed
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira