Commit:    d1aa2f9fb56877ec310b3416bfe5bba317b0b799
Author:    Peter Kokot <peterko...@gmail.com>         Wed, 17 Oct 2018 07:57:37 
+0200
Parents:   d7844d2a8f7c15ac0312e1a8909a47e83778c48a
Branches:  master

Link:       
http://git.php.net/?p=web/qa.git;a=commitdiff;h=d1aa2f9fb56877ec310b3416bfe5bba317b0b799

Log:
Convert CRLF line endings to LF

This patch simplifies line endings tracked in the Git repository and
syncs them to all include the LF style instead of the CRLF files.

Newline characters:
- LF (\n) (*nix and Mac)
- CRLF (\r\n) (Windows)
- CR (\r) (old Mac, obsolete)

To see which line endings are in the index and in the working copy the
following command can be used:
`git ls-files --eol`

Git additionally provides `.gitattributes` file to specify if some files
need to have specific line endings on all platforms (either CRLF or LF).

Changed files shouldn't cause issues on modern Windows platforms because
also Git can do output conversion is core.autocrlf=true is set on
Windows and use CRLF newlines in all files in the working tree.

Unless CRLF files are tracked specifically, Git by default tracks all
files in the index using LF newlines.

Changed paths:
  M  .gitignore
  M  howto_phpt.php
  M  howto_phpunit.php
  M  pftt.php
  M  pftt_report.php
  M  pulls/Markdown.Converter.js
  M  reports/sample.txt
  M  reports/sorttable.js
  M  reports/todo.txt


Diff: <Diff exceeded maximum size>

Reply via email to