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
|
@ -224,6 +224,11 @@ nonWorkTreeMatchingOptions' =
|
|||
<> hidden
|
||||
<> completeBackends
|
||||
)
|
||||
, globalFlag Limit.addSecureHash
|
||||
( long "securehash"
|
||||
<> help "match files using a cryptographically secure hash"
|
||||
<> hidden
|
||||
)
|
||||
, globalSetter Limit.addInAllGroup $ strOption
|
||||
( long "inallgroup" <> metavar paramGroup
|
||||
<> help "match files present in all remotes in a group"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue