summaryrefslogtreecommitdiff
path: root/Annex/DirHashes.hs
Commit message (Collapse)AuthorAge
* a few hlintsGravatar Joey Hess2015-04-11
|
* use a SetGravatar Joey Hess2015-01-28
|
* implement annex.tune.branchhash1Gravatar Joey Hess2015-01-28
| | | | | | | | I hope this doesn't impact speed much -- it does have to pull out a value from Annex state every time it accesses the branch now. The test case I dropped has never caught any problems that I can remember, and would have been rather difficult to convert.
* implement annex.tune.objecthashlowerGravatar Joey Hess2015-01-28
Split out Annex.DirHashes which never really belonged in Locations.