summaryrefslogtreecommitdiff
path: root/CmdLine/GitAnnex.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-03-20 11:44:46 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-03-20 11:44:46 -0400
commitf90490c4f36d9354e004985621e5ebd767e62496 (patch)
tree671b20435330564060b8e375697ce83669c5cc19 /CmdLine/GitAnnex.hs
parent82ee689db44ebabca2ecd093f9da40ef46fbc067 (diff)
checkpresentkey: New plumbing command to check if a key can be verified to be present on a remote.
Diffstat (limited to 'CmdLine/GitAnnex.hs')
-rw-r--r--CmdLine/GitAnnex.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/CmdLine/GitAnnex.hs b/CmdLine/GitAnnex.hs
index f2953da36..6dedd94f5 100644
--- a/CmdLine/GitAnnex.hs
+++ b/CmdLine/GitAnnex.hs
@@ -30,6 +30,7 @@ import qualified Command.TransferKey
import qualified Command.TransferKeys
import qualified Command.SetPresentKey
import qualified Command.ReadPresentKey
+import qualified Command.CheckPresentKey
import qualified Command.ReKey
import qualified Command.MetaData
import qualified Command.View
@@ -158,6 +159,7 @@ cmds = concat
, Command.TransferKeys.cmd
, Command.SetPresentKey.cmd
, Command.ReadPresentKey.cmd
+ , Command.CheckPresentKey.cmd
, Command.ReKey.cmd
, Command.MetaData.cmd
, Command.View.cmd