improve matcher data type to allow matching Keys, instead of just files (no behavior changes)
This commit is contained in:
parent
a135bbd5a2
commit
8ce515ffe4
8 changed files with 49 additions and 39 deletions
|
@ -17,4 +17,4 @@ import qualified Data.Set as S
|
|||
type MkLimit = String -> Either String MatchFiles
|
||||
|
||||
type AssumeNotPresent = S.Set UUID
|
||||
type MatchFiles = AssumeNotPresent -> FileInfo -> Annex Bool
|
||||
type MatchFiles = AssumeNotPresent -> MatchInfo -> Annex Bool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue