Merge branch 'ds/bloom-cleanup'
authorJunio C Hamano <gitster@pobox.com>
Thu, 14 May 2020 21:39:44 +0000 (14:39 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 14 May 2020 21:39:44 +0000 (14:39 -0700)
commit4b1e5e5d8c54b39e35150c044afb02aaeaa38184
treea364445007fbdf48f9fb3a1bb47b1d2a5c593e28
parent0498840b3517b8dcc1376a05b92c10c9e5b2e4ad
parentb928e488bd40a30797bb7b87733864b39dd32c36
Merge branch 'ds/bloom-cleanup'

Code cleanup and typofixes

* ds/bloom-cleanup:
  completion: offer '--(no-)patch' among 'git log' options
  bloom: use num_changes not nr for limit detection
  bloom: de-duplicate directory entries
  Documentation: changed-path Bloom filters use byte words
  bloom: parse commit before computing filters
  test-bloom: fix usage typo
  bloom: fix whitespace around tab length
bloom.c
bloom.h
contrib/completion/git-completion.bash
t/helper/test-bloom.c
t/t0095-bloom.sh