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

Member

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

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

Facebook Twitter LinkedIn Telegram Whatsapp

1 answer

Member

by dedrick , 8 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.

Related Threads:

What does "unstaged changes after reset" mean in git?
How to make `git --bare` with all files within `.git/`
How to exclude files from a git commit?
How to merge only renamed files in git?
How to unstage files with no changes in git?
How to deal with case sensitive files in git?