This small program acts as a Git clean filter driver. It reads a zip file from stdin and outputs the same zip content to stdout but without compression.
Git textconv program to dump a zip file's text contents to stdout
Encode/decode filter for version controlling zipped document formats like docx or odt as uncompressed zip archives.