]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ds/blame-on-bloom'
authorJunio C Hamano <gitster@pobox.com>
Fri, 1 May 2020 20:39:54 +0000 (13:39 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 1 May 2020 20:39:54 +0000 (13:39 -0700)
commit6d56d4c7dcd667d28aec28498591723c6febea1c
tree1d583dce7f1063b570c4d18f223c1ec7b9473836
parent9b6606f43d55bbf33b9924d16e02e60e1c09660a
parent1b4c57fa87e121f155863f898dc39d06cf4a1d99
Merge branch 'ds/blame-on-bloom'

"git blame" learns to take advantage of the "changed-paths" Bloom
filter stored in the commit-graph file.

* ds/blame-on-bloom:
  test-bloom: check that we have expected arguments
  test-bloom: fix some whitespace issues
  blame: drop unused parameter from maybe_changed_path
  blame: use changed-path Bloom filters
  tests: write commit-graph with Bloom filters
  revision: complicated pathspecs disable filters
builtin/commit.c
builtin/merge.c
commit-graph.c
commit-graph.h
revision.c