Merge branch 'tc/last-modified'

A new command "git last-modified" has been added to show the closest
ancestor commit that touched each path.

* tc/last-modified:
  last-modified: use Bloom filters when available
  t/perf: add last-modified perf script
  last-modified: new subcommand to show when files were last modified
This commit is contained in:
Junio C Hamano
2025-09-08 14:54:35 -07:00
13 changed files with 627 additions and 1 deletions

1
.gitignore vendored
View File

@@ -87,6 +87,7 @@
/git-init-db
/git-interpret-trailers
/git-instaweb
/git-last-modified
/git-log
/git-ls-files
/git-ls-remote