instance Hashable Key for bloomfilter
This commit is contained in:
parent
8b74aec3ea
commit
a0a8127956
4 changed files with 13 additions and 8 deletions
|
@ -167,7 +167,7 @@ excludeReferenced :: RefSpec -> [Key] -> Annex [Key]
|
|||
excludeReferenced refspec ks = runfilter firstlevel ks >>= runfilter secondlevel
|
||||
where
|
||||
runfilter _ [] = return [] -- optimisation
|
||||
runfilter a l = bloomFilter show l <$> genBloomFilter show a
|
||||
runfilter a l = bloomFilter l <$> genBloomFilter a
|
||||
firstlevel = withKeysReferencedM
|
||||
secondlevel = withKeysReferencedInGit refspec
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue