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

Performance optimization and new option #13

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

NikolayLezhnev
Copy link

Sometimes we have users, who have filenames in different case (from index) in their local copies.
To find all files in wrong case, and make them as they are in index, I have added new option 'os-rename' - it doesn't make any changes in index, but rename files in filesystem.

And I also make some performance optimizations, it's good for big repositories. It gives about 10 times processing speed boost on my repository.

@tawman
Copy link
Owner

tawman commented Aug 1, 2018

I have not had a chance to look at this PR in detail, but how does the --os-rename handle directory naming issues? I think there are a number of scenarios that could lead to unintended consequences or failure scenarios.

I am failing to see the use case where you would want the system of record (git) to reflect one operating system's viewpoint.

Thanks.

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.

2 participants