Merge branch 'ds/commit-graph-bloom-updates' into master
authorJunio C Hamano <gitster@pobox.com>
Thu, 30 Jul 2020 20:20:31 +0000 (13:20 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 30 Jul 2020 20:20:31 +0000 (13:20 -0700)
commit70cdbbe3a7028b9c1eb7542a0aa038b971d3fb27
tree0bf9a4f33ed2d2bb1c21f11227ffdfa0212c8716
parentde6dda0dc3d95cd9aaf43a7b85ceeb57316dcc27
parentc525ce95b46b34f344c360dbef036cec3ea08e53
Merge branch 'ds/commit-graph-bloom-updates' into master

Updates to the changed-paths bloom filter.

* ds/commit-graph-bloom-updates:
  commit-graph: check all leading directories in changed path Bloom filters
  revision: empty pathspecs should not use Bloom filters
  revision.c: fix whitespace
  commit-graph: check chunk sizes after writing
  commit-graph: simplify chunk writes into loop
  commit-graph: unify the signatures of all write_graph_chunk_*() functions
  commit-graph: persist existence of changed-paths
  bloom: fix logic in get_bloom_filter()
  commit-graph: change test to die on parse, not load
  commit-graph: place bloom_settings in context
Documentation/git-commit-graph.txt
bloom.c
builtin/commit-graph.c
commit-graph.c
commit-graph.h
revision.c
revision.h
t/t4216-log-bloom.sh
t/t5318-commit-graph.sh