mirror of
https://github.com/git/git.git
synced 2026-08-08 17:11:48 +00:00
The 'git last-modified' command has been optimized by using Bloom filters. It now reuses revision walk filtering logic from 'git log' to pre-filter commits, and maintains per-path Bloom filters even when wildcard pathspecs are used. * tc/last-modified-bloom: last-modified: keep per-path Bloom filters for wildcard pathspecs last-modified: check pathspec against Bloom filter first revision: add Bloom check that includes parent directories bloom: add helper to check if any key in a vector is present revision: expose check for paths maybe changed in Bloom filter revision: move bloom keyvec precondition into function
134 KiB
134 KiB