From: Junio C Hamano Date: Thu, 21 Aug 2025 20:47:02 +0000 (-0700) Subject: Merge branch 'ly/changed-path-traversal-with-magic-pathspec' X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b4e38c1acd2242d97ce90cd4a9370567a3e5a424;p=thirdparty%2Fgit.git Merge branch 'ly/changed-path-traversal-with-magic-pathspec' 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 --- b4e38c1acd2242d97ce90cd4a9370567a3e5a424