]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'tc/last-modified' into seen
authorJunio C Hamano <gitster@pobox.com>
Sun, 10 Aug 2025 00:31:14 +0000 (17:31 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 10 Aug 2025 00:31:15 +0000 (17:31 -0700)
commite1d08b037147dbf99942015465ecc9a5620c5989
tree2e20635cc80ff93ef79b5b514b8b2246dca5259a
parent739e69db80945e85018afe78938830e69d0d3bd8
parent8ca271db3aaf2daa0236a2a5349a32a0035f7add
Merge branch 'tc/last-modified' into seen

A new command "git last-modified" is proposed to show the closest
ancestor commit that touched each path.

* tc/last-modified:
  fixup! last-modified: new subcommand to show when files were 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
.gitignore
Documentation/meson.build
Makefile
builtin.h
builtin/last-modified.c
command-list.txt
commit-graph.c
git.c
meson.build
t/meson.build