uncompressing zipped data files before committing to repository
问题 Does it make any sense to somehow store an "uncompressed" version of normally-compressed files in the repository? If so, is there a standard way to implement this? (Perhaps a standard pre-commit hook that uncompresses each such file into a specially-named folder; and a post-checkout hook that compresses such specially-named folders into the compressed files that LibreOffice knows how to read and write? Something like the process described by "Should I decompress zips before I archive?" ?)