]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'tc/last-modified'
authorJunio C Hamano <gitster@pobox.com>
Mon, 8 Sep 2025 21:54:35 +0000 (14:54 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 8 Sep 2025 21:54:35 +0000 (14:54 -0700)
commit95a8428323a573963c93ece8f875dd3cd25a1a11
tree5cd7765c7286b29e99700f02348d758b40d33e11
parent576e0b6eb34f8989f07ae77db10baf1c75125c47
parent8d9a7cdfda4c883e83d6ea7b57d0a1d989a7d439
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
.gitignore
Documentation/meson.build
Makefile
builtin.h
builtin/last-modified.c
command-list.txt
commit-graph.c
git.c
meson.build
t/meson.build