note fixed

This commit is contained in:
Joey Hess 2012-03-12 16:32:54 -04:00
parent 77fb50e01a
commit 6a95240dff

View file

@ -21,6 +21,8 @@ in the bloom filter. Since there can be false positives, this might
miss finding some unused keys. The probability/size of filter
could be tunable.
> Fixed in `bloom` branch in git. --[[Joey]]
Another way might be to scan the git log for files that got removed
or changed what key they pointed to. Correlate with keys with content
currently present in the repository (possibly using a bloom filter again),