What does "none" mean in git ls-files --eol?

Member

by lily , in category: Third Party Scripts , 5 months ago

What does "none" mean in git ls-files --eol?

Facebook Twitter LinkedIn Telegram Whatsapp

1 answer

Member

by dedrick , 5 months ago

@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.