From 5d6c7bccb3037633dc3360dcc22639adb5fe5793 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 2 Jul 2015 17:44:25 -0400 Subject: Brought back the setkey plumbing command that was removed in 2011, since we found a use case for it. Note that the command's syntax was changed for consistency. --- CmdLine/GitAnnex.hs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CmdLine') diff --git a/CmdLine/GitAnnex.hs b/CmdLine/GitAnnex.hs index 326dd3b2b..354f451e7 100644 --- a/CmdLine/GitAnnex.hs +++ b/CmdLine/GitAnnex.hs @@ -26,6 +26,7 @@ import qualified Command.ContentLocation import qualified Command.ExamineKey import qualified Command.FromKey import qualified Command.RegisterUrl +import qualified Command.SetKey import qualified Command.DropKey import qualified Command.TransferKey import qualified Command.TransferKeys @@ -159,6 +160,7 @@ cmds = concat , Command.ExamineKey.cmd , Command.FromKey.cmd , Command.RegisterUrl.cmd + , Command.SetKey.cmd , Command.DropKey.cmd , Command.TransferKey.cmd , Command.TransferKeys.cmd -- cgit v1.2.3