]> git.ipfire.org Git - thirdparty/git.git/history - bloom.h
blame.c: replace instance of !oidcmp for oideq
[thirdparty/git.git] / bloom.h
2020-05-01  Junio C HamanoMerge branch 'gs/commit-graph-path-filter'
2020-04-06  Garima Singhrevision.c: use Bloom filters to speed up path based...
2020-04-06  Garima Singhcommit-graph: reuse existing Bloom filters during write
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