git-annex/Database
Joey Hess 5e4deb3620
support sha256 git repos
Git will eventually switch to sha2 and there will not be one single
shaSize anymore, but two (40 and 64).

Changed all parsers for git plumbing output to support both sizes of
shas.

One potential problem this does not deal with is, if somewhere in
git-annex it reads two shas from different sources, and compares them
to see if they're the same sha, it would fail if they're sha1 and sha256
of the same value. I don't know if that will really be a concern.
2020-01-07 12:22:19 -04:00
..
Keys convert TopFilePath to use RawFilePath 2019-12-09 15:07:21 -04:00
Benchmark.hs cache the serialization of a Key 2019-11-22 17:49:16 -04:00
ContentIdentifier.hs convert TopFilePath to use RawFilePath 2019-12-09 15:07:21 -04:00
Export.hs support sha256 git repos 2020-01-07 12:22:19 -04:00
Fsck.hs fix flipped diffUTCTime 2019-10-03 09:54:19 -04:00
Handle.hs display sqlite error message when it crashes 2019-10-24 11:50:55 -04:00
Init.hs remove many old version ifdefs 2019-07-05 15:09:37 -04:00
Keys.hs more RawFilePath 2019-12-18 17:10:28 -04:00
Queue.hs update licenses from GPL to AGPL 2019-03-13 15:48:14 -04:00
Types.hs benchmark: Add --databases to benchmark sqlite databases 2019-10-29 16:59:27 -04:00