We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Retain the permissions when unzipping folders instead of hardcoding to 0755
0755
This feature is useful to maintain file integrity. It's unexpected that unzipping files changes it's permissions.
Our workaround has been using git to set the core.filemode to false, which requires us to unnecessarily include git.
git
core.filemode
The text was updated successfully, but these errors were encountered:
Thanks for reporting the issue and submitting a fix!
Sorry, something went wrong.
No branches or pull requests
What would you like to have changed?
Retain the permissions when unzipping folders instead of hardcoding to
0755
Why is this feature a useful, necessary, and/or important addition to this project?
This feature is useful to maintain file integrity. It's unexpected that unzipping files changes it's permissions.
What alternatives are there, or what are you doing in the meantime to work around the lack of this feature?
Our workaround has been using
git
to set thecore.filemode
to false, which requires us to unnecessarily includegit
.The text was updated successfully, but these errors were encountered: