mirror of
https://github.com/google/brotli.git
synced 2026-09-23 15:15:35 +00:00
Do not change file modification date & permissions #133
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rugk on GitHub (Aug 14, 2016).
gzip sets the file modification time of the new
.gzfile to match the original file. Brotli does not do that. Do you consider adding this feature?GZIP does also inherit the permissions of the original file - in contrast to Brotli.
Tasks: