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
What did you expect to occur after running these commands?
**Expected Behavior: When I change the case of a file extension (e.g., from .TXT to .txt), Git should recognize this as a change in the file name and display it as a staged change in git status. I should be able to commit this case change to version control. **
What actually happened instead?
** Actual Behavior: After changing the case of the file extension, Git does not detect the change, and git status shows the working directory as clean, making it impossible to commit the case change. This happens on case-insensitive file systems like Windows and macOS. **
The text was updated successfully, but these errors were encountered:
Leetfs
changed the title
Title: Git does not recognize case changes in file extension
Git does not recognize case changes in file extension
Sep 15, 2024
Setup
defaults?
Details
** Bash **
Minimal, Complete, and Verifiable example
this will help us understand the issue.
**Expected Behavior: When I change the case of a file extension (e.g., from .TXT to .txt), Git should recognize this as a change in the file name and display it as a staged change in git status. I should be able to commit this case change to version control. **
** Actual Behavior: After changing the case of the file extension, Git does not detect the change, and git status shows the working directory as clean, making it impossible to commit the case change. This happens on case-insensitive file systems like Windows and macOS. **
The text was updated successfully, but these errors were encountered: