git-annex/Database
Joey Hess bdec7fed9c
convert TopFilePath to use RawFilePath
Adds a dependency on filepath-bytestring, an as yet unreleased fork of
filepath that operates on RawFilePath.

Git.Repo also changed to use RawFilePath for the path to the repo.

This does eliminate some RawFilePath -> FilePath -> RawFilePath
conversions. And filepath-bytestring's </> is probably faster.
But I don't expect a major performance improvement from this.
This is mostly groundwork for making Annex.Location use RawFilePath,
which will allow for a conversion-free pipleline.
2019-12-09 15:07:21 -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 convert TopFilePath to use RawFilePath 2019-12-09 15:07:21 -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 convert TopFilePath to use RawFilePath 2019-12-09 15:07:21 -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