summaryrefslogtreecommitdiff
path: root/Types/TrustLevel.hs
Commit message (Collapse)AuthorAge
* dead: A command which says that a repository is gone for good and you don't ↵Gravatar Joey Hess2011-12-02
| | | | want git-annex to mention it again.
* clean up read/show abuseGravatar Joey Hess2011-11-08
| | | | | | | Avoid ever using read to parse a non-haskell formatted input string. show :: Key is arguably still show abuse, but displaying Keys as filenames is just too useful to give up.
* cache the trustmapGravatar Joey Hess2011-06-23
Doubles the speed of fsck, and speeds up drop as well.