You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
andAsdf
).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.
The text was updated successfully, but these errors were encountered: