]> git.ipfire.org Git - thirdparty/git.git/history - bloom.c
commit-graph: write Bloom filters to commit graph file
[thirdparty/git.git] / bloom.c
2020-03-30  Derrick Stoleediff: halt tree-diff early after max_changes
2020-03-30  Garima Singhbloom.c: core Bloom filter implementation for changed...
2020-03-30  Garima Singhbloom.c: introduce core Bloom filter constructs
2020-03-30  Garima Singhbloom.c: add the murmur3 hash implementation