]> granicus.if.org Git - php/commit
Convert CRLF line endings to LF
authorPeter Kokot <peterkokot@gmail.com>
Tue, 7 May 2019 02:40:01 +0000 (04:40 +0200)
committerPeter Kokot <peterkokot@gmail.com>
Tue, 7 May 2019 02:40:01 +0000 (04:40 +0200)
commit361d0b3426093927ef4e54a995090e7c32cd2df1
tree29d93ad2b763a61084ffec28c42a0e6ee7bc7809
parentc453196be40b51d3810f390218c06bdb134ab82b
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.
ext/ffi/tests/300.h
ext/ffi/tests/list.phpt