Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Case-Insensitive File Extensions #30

Merged
merged 2 commits into from
Sep 8, 2017
Merged

Case-Insensitive File Extensions #30

merged 2 commits into from
Sep 8, 2017

Conversation

miou-gh
Copy link
Contributor

@miou-gh miou-gh commented Sep 8, 2017

I've noticed that files with upper-cased extensions (e.g. cake.GIF) are being sorted into the 'other' directory.

I'm aware of the possibility of case-sensitive filenames in Linux file systems, as well as NTFS in Windows.
I believe, despite that possibility, the common types of files should be sorted case-insensitive by default.

@coveralls
Copy link

coveralls commented Sep 8, 2017

Coverage Status

Coverage remained the same at 100.0% when pulling 5816d19 on atillabyte:develop into 53c6c25 on chriscz:develop.

@coveralls
Copy link

coveralls commented Sep 8, 2017

Coverage Status

Coverage remained the same at 100.0% when pulling 517ff6d on atillabyte:develop into 53c6c25 on chriscz:develop.

@miou-gh
Copy link
Contributor Author

miou-gh commented Sep 8, 2017

I've included some fairly trivial consistency changes, alongside fixing the extension for C# source code files, which should have been 'cs' not 'c#'.

@chriscz
Copy link
Owner

chriscz commented Sep 8, 2017

This is great. Thanks for the effort!

@chriscz chriscz merged commit 517ff6d into chriscz:develop Sep 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants