Re: git and binary files
From: Florian Weimer <hidden>
Date: 2016-06-15 22:44:05
* Petko Manolov:
quoted
quoted
Unfortunately this is not the case. These binary blobs are already compressed and/or encrypted and adding even a few bytes ends up storing new version in full size.Can't you store them uncompressed?Not really, but i can convert them into ascii format and store only the delta. This will admittedly increase the initial size of the repository, but hopefully not by much.
If the encryption is halfway decent, a new IV/nonce will be chosen for each new revision, and you can't tell that two ciphertexts share a common prefix without fully decrypting them. -- Florian Weimer [off-list ref] BFK edv-consulting GmbH http://www.bfk.de/ Kriegsstraße 100 tel: +49-721-96201-1 D-76133 Karlsruhe fax: +49-721-96201-99