From 268cb35e644754093db003aee08d050a1f3f9466 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 26 Jan 2011 15:37:16 -0400 Subject: implement 3 level trust storage in trust.log --- GitAnnex.hs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'GitAnnex.hs') diff --git a/GitAnnex.hs b/GitAnnex.hs index 378b6e538..b09ec82ff 100644 --- a/GitAnnex.hs +++ b/GitAnnex.hs @@ -37,6 +37,7 @@ import qualified Command.Migrate import qualified Command.Uninit import qualified Command.Trust import qualified Command.Untrust +import qualified Command.Semitrust cmds :: [Command] cmds = concat @@ -53,6 +54,7 @@ cmds = concat , Command.PreCommit.command , Command.Trust.command , Command.Untrust.command + , Command.Semitrust.command , Command.FromKey.command , Command.DropKey.command , Command.SetKey.command -- cgit v1.2.3