securehash matching
Added --securehash option to match files using a secure hash function, and corresponding securehash preferred content expression. This commit was sponsored by Ethan Aubin.
This commit is contained in:
parent
31275754f5
commit
49114cf4ea
7 changed files with 27 additions and 1 deletions
|
@ -117,6 +117,7 @@ preferredContentParser matchstandard matchgroupwanted getgroupmap configmap mu e
|
|||
, SimpleToken "groupwanted" (call matchgroupwanted)
|
||||
, SimpleToken "present" (simply $ limitPresent mu)
|
||||
, SimpleToken "inpreferreddir" (simply $ limitInDir preferreddir)
|
||||
, SimpleToken "securehash" (simply limitSecureHash)
|
||||
, ValueToken "copies" (usev limitCopies)
|
||||
, ValueToken "lackingcopies" (usev $ limitLackingCopies False)
|
||||
, ValueToken "approxlackingcopies" (usev $ limitLackingCopies True)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue