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

Added core.filemode=false so doesn't track changes in file permission… #14930

Conversation

RedDeltas
Copy link
Contributor

…s in more restrictive environments

Description

  • In more restrictive environments such as a mounted GDrive the drive can change permissions on some cloned files.
  • At the moment, once a repo is cloned and if file permissions get updated it registers it as a change in git and then future updates can't be applied as it requests for your changes to be stashed or committed first
  • This can be quite confusing for people who aren't familiar with git and haven't changed anything themselves

Checklist:

^^ I struggled with the tests as my dev environment doesn't have an GPU, I've used Forge with this change in on CoLab and it works well - it would be greatly appreciated if someone could run the tests on their environment - I expect them to pass as this is a very small change that won't have an impact in most environments

@RedDeltas
Copy link
Contributor Author

Is there anything else you need from me for this?

@AUTOMATIC1111 AUTOMATIC1111 merged commit a56125b into AUTOMATIC1111:dev Feb 17, 2024
3 checks passed
@w-e-w w-e-w mentioned this pull request Feb 17, 2024
@pawel665j pawel665j mentioned this pull request Apr 16, 2024
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