git-annex/Database
Joey Hess aa4f353e5d
clarify absPathFrom
The repo path is typically relative, not absolute, so
providing it to absPathFrom doesn't yield an absolute path.
This is not a bug, just unclear documentation.

Indeed, there seem to be no reason to simplifyPath here, which absPathFrom
does, so instead just combine the repo path and the TopFilePath.

Also, removed an export of the TopFilePath constructor; asTopFilePath
is provided to construct one as-is.
2016-01-05 17:33:48 -04:00
..
Keys fix build with pre-AMP ghc 2015-12-28 17:21:26 -04:00
Fsck.hs unused import 2015-12-24 13:07:42 -04:00
Handle.hs optimise read and write for Keys database (untested) 2015-12-23 19:18:52 -04:00
Keys.hs clarify absPathFrom 2016-01-05 17:33:48 -04:00
Queue.hs fix build with pre-AMP GHC 2015-12-28 12:41:47 -04:00
Types.hs add inode cache to the db 2015-12-09 17:00:37 -04:00