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

Respect the case-sensitivity setting in git's config #239

Open
alextegelid opened this issue Jul 14, 2015 · 1 comment
Open

Respect the case-sensitivity setting in git's config #239

alextegelid opened this issue Jul 14, 2015 · 1 comment

Comments

@alextegelid
Copy link

When I rename a file from filename.php to Filename.php GitGutter will show every row in that file as added (thinking it's a new file). git status, on the other hand, reports a clean working tree since my global settings file says core.ignorecase=true

@deathaxe
Copy link
Collaborator

deathaxe commented Dec 3, 2016

This is actually a bug of git so far. as calling git show Filename.php works case insensitive but git show HEAD:Filename.php does not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants