]> git.ipfire.org Git - thirdparty/git.git/commitdiff
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)
"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

1  2 
builtin/commit.c
builtin/merge.c
commit-graph.c
commit-graph.h
revision.c

Simple merge
diff --cc builtin/merge.c
Simple merge
diff --cc commit-graph.c
Simple merge
diff --cc commit-graph.h
Simple merge
diff --cc revision.c
Simple merge