mirror of
https://github.com/google/brotli.git
synced 2026-09-23 07:05:31 +00:00
Do not change file modification date & permissions #136
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:
@eustas commented on GitHub (Aug 22, 2016):
Going to add this behavior soon.
@eustas commented on GitHub (Sep 21, 2016):
Should be "fixed" with PR #431
Though, it is barely minimal implementation,... please check if helps in your case.