diff options
author | Joey Hess <joey@kitenet.net> | 2013-12-15 14:46:29 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-12-15 14:52:09 -0400 |
commit | 0ca7ec1752419b9245373f5063c7c86e52ef2e9a (patch) | |
tree | d368bc5367f5549c75ddbed0bf10407ce66e41f5 /GitAnnex.hs | |
parent | 3d1b94998a0aff3d08cf8648ae977614412e8138 (diff) |
Add plumbing-level lookupkey examinekey command.
find --format: Added hashdirlower, hashdirmixed, keyname, and mtime format
variables.
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 8ea0c9569..326b7641c 100644 --- a/GitAnnex.hs +++ b/GitAnnex.hs @@ -21,6 +21,7 @@ import qualified Command.Move import qualified Command.Copy import qualified Command.Get import qualified Command.LookupKey +import qualified Command.ExamineKey import qualified Command.FromKey import qualified Command.DropKey import qualified Command.TransferKey @@ -126,6 +127,7 @@ cmds = concat , Command.Ungroup.def , Command.Vicfg.def , Command.LookupKey.def + , Command.ExamineKey.def , Command.FromKey.def , Command.DropKey.def , Command.TransferKey.def |