Add plumbing-level lookupkey examinekey command.
find --format: Added hashdirlower, hashdirmixed, keyname, and mtime format variables.
This commit is contained in:
parent
7d5b25515c
commit
2b5b4dcd78
7 changed files with 91 additions and 25 deletions
|
@ -13,7 +13,7 @@ import Annex.CatFile
|
|||
import Types.Key
|
||||
|
||||
def :: [Command]
|
||||
def = [notBareRepo $
|
||||
def = [notBareRepo $ noCommit $ noMessages $
|
||||
command "lookupkey" (paramRepeating paramFile) seek
|
||||
SectionPlumbing "looks up key used for file"]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue