git-annex/Annex
Joey Hess adba0595bd use bloom filter in second pass of sync --all --content
This is needed because when preferred content matches on files,
the second pass would otherwise want to drop all keys. Using a bloom filter
avoids this, and in the case of a false positive, a key will be left
undropped that preferred content would allow dropping. Chances of that
happening are a mere 1 in 1 million.
2015-06-16 18:50:13 -04:00
..
Branch
Content
MetaData
View
AutoMerge.hs
BloomFilter.hs
Branch.hs
BranchState.hs
CatFile.hs
CheckAttr.hs
CheckIgnore.hs
Concurrent.hs
Content.hs
Difference.hs
Direct.hs
DirHashes.hs
Drop.hs
Environment.hs
FileMatcher.hs
Fixup.hs
Hook.hs
Index.hs
Init.hs
Journal.hs
Link.hs
LockFile.hs
MakeRepo.hs
MetaData.hs
Notification.hs
NumCopies.hs
Path.hs
Perms.hs
Queue.hs
Quvi.hs
ReplaceFile.hs
Ssh.hs
TaggedPush.hs
Transfer.hs
Url.hs
UUID.hs
VariantFile.hs
Version.hs
View.hs
Wanted.hs