Skip to content

Implement fs.caseInsensitive in .gitattributes #364

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

Open
Denton-L opened this issue Sep 27, 2019 · 0 comments
Open

Implement fs.caseInsensitive in .gitattributes #364

Denton-L opened this issue Sep 27, 2019 · 0 comments

Comments

@Denton-L
Copy link
Member

This feature should make it easier for our case-sensitive and non-case-sensitive friends to work together.

If this option is enabled in the .gitattributes file, it should not allow a user on a case-sensitive filesystem to add files to the index that may collide on a non-case-sensitive system (e.g. asdf and Asdf).

Also, we should warn or die when creating a merge that causes a name collision to happen.

Perhaps, this could be accompanied by a config setting too.

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

No branches or pull requests

1 participant