From db6b4cdfcf67cfc3fce5e5f4323aa96a6ebd3e59 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 16 Feb 2012 16:36:35 -0400 Subject: rekey: New plumbing level command, can be used to change the keys used for files en masse. --- GitAnnex.hs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'GitAnnex.hs') diff --git a/GitAnnex.hs b/GitAnnex.hs index 4af10a9ce..4a0888b53 100644 --- a/GitAnnex.hs +++ b/GitAnnex.hs @@ -28,6 +28,7 @@ import qualified Command.Copy import qualified Command.Get import qualified Command.FromKey import qualified Command.DropKey +import qualified Command.ReKey import qualified Command.Reinject import qualified Command.Fix import qualified Command.Init @@ -80,6 +81,7 @@ cmds = concat , Command.Dead.def , Command.FromKey.def , Command.DropKey.def + , Command.ReKey.def , Command.Fix.def , Command.Fsck.def , Command.Unused.def -- cgit v1.2.3