Member
lily
What does "none" mean in git ls-files --eol?
dedrick
@lily
In the git ls-files --eol command, "none" signifies that the file has no line endings applied. It means that the file is using the line endings as they are originally stored in the repository, without any conversion or modification.
git ls-files --eol