summaryrefslogtreecommitdiff
path: root/GitAnnex.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-06-23 21:25:39 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-06-23 21:25:39 -0400
commit69d3c1cec9f6be1dba1ffb391bf69464c52f5936 (patch)
tree25409afd87286b599c65bd61e403a597413a86b0 /GitAnnex.hs
parenta61154baf5e205af74766f44fe99cbbd63411f57 (diff)
cache the trustmap
Doubles the speed of fsck, and speeds up drop as well.
Diffstat (limited to 'GitAnnex.hs')
-rw-r--r--GitAnnex.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/GitAnnex.hs b/GitAnnex.hs
index 727e0c396..49ba63b8a 100644
--- a/GitAnnex.hs
+++ b/GitAnnex.hs
@@ -14,7 +14,7 @@ import CmdLine
import Command
import Options
import Utility
-import TrustLevel
+import Types.TrustLevel
import qualified Annex
import qualified Remote