]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ly/changed-path-traversal-with-magic-pathspec'
authorJunio C Hamano <gitster@pobox.com>
Thu, 21 Aug 2025 20:47:02 +0000 (13:47 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 21 Aug 2025 20:47:02 +0000 (13:47 -0700)
Revision traversal limited with pathspec, like "git log dir/*",
used to ignore changed-paths Bloom filter when the pathspec
contained wildcards; now they take advantage of the filter when
they can.

* ly/changed-path-traversal-with-magic-pathspec:
  bloom: enable bloom filter with wildcard pathspec in revision traversal

1  2 
revision.c

diff --cc revision.c
Simple merge