git-annex/Upgrade
Joey Hess 96aba8eff7
Revert "cache the serialization of a Key"
This reverts commit 4536c93bb2.

That broke Read/Show of a Key, and unfortunately Key is read in at least
one place; the GitAnnexDistribution data type.

It would be worth bringing this optimisation back, but it would need
either a custom Read/Show instance that preserves back-compat, or
wrapping Key in a data type that contains the serialization, or changing
how GitAnnexDistribution is serialized.

Also, the Eq instance would need to compare keys with and without a
cached seralization the same.
2019-01-16 16:21:59 -04:00
..
V0.hs remove 163 lines of code without changing anything except imports 2016-01-20 16:36:33 -04:00
V1.hs Revert "cache the serialization of a Key" 2019-01-16 16:21:59 -04:00
V2.hs convert git-annex branch access to ByteStrings and Builders 2019-01-03 13:21:48 -04:00
V3.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
V4.hs remove 163 lines of code without changing anything except imports 2016-01-20 16:36:33 -04:00
V5.hs use ByteStrings when reading annex symlinks and pointers 2019-01-14 15:37:08 -04:00
V6.hs v7 2018-10-25 18:24:23 -04:00