diff options
author | Joey Hess <joey@kitenet.net> | 2012-02-16 16:36:35 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-02-16 16:36:35 -0400 |
commit | db6b4cdfcf67cfc3fce5e5f4323aa96a6ebd3e59 (patch) | |
tree | a65a129d7289b400e1b558e7b6d3c19eefd54f76 /GitAnnex.hs | |
parent | aeaaa0ff87e22c3a5b4c9657544224c9db006cde (diff) |
rekey: New plumbing level command, can be used to change the keys used for files en masse.
Diffstat (limited to 'GitAnnex.hs')
-rw-r--r-- | GitAnnex.hs | 2 |
1 files changed, 2 insertions, 0 deletions
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 |