]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ly/changed-paths-traversal'
authorJunio C Hamano <gitster@pobox.com>
Wed, 23 Jul 2025 22:45:15 +0000 (15:45 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 23 Jul 2025 22:45:15 +0000 (15:45 -0700)
Lift the limitation to use changed-path filter in "git log" so that
it can be used for a pathspec with multiple literal paths.

* ly/changed-paths-traversal:
  bloom: optimize multiple pathspec items in revision
  revision: make helper for pathspec to bloom keyvec
  bloom: replace struct bloom_key * with struct bloom_keyvec
  bloom: rename function operates on bloom_key
  bloom: add test helper to return murmur3 hash

1  2 
blame.c
revision.c

diff --cc blame.c
Simple merge
diff --cc revision.c
Simple merge