aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2025-09-08 14:54:35 -0700
committerJunio C Hamano <gitster@pobox.com>2025-09-08 14:54:35 -0700
commit95a8428323a573963c93ece8f875dd3cd25a1a11 (patch)
tree5cd7765c7286b29e99700f02348d758b40d33e11 /Makefile
parent576e0b6eb34f8989f07ae77db10baf1c75125c47 (diff)
parent8d9a7cdfda4c883e83d6ea7b57d0a1d989a7d439 (diff)
downloadgit-95a8428323a573963c93ece8f875dd3cd25a1a11.tar.xz
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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5474199f40..4c95affadb 100644
--- a/Makefile
+++ b/Makefile
@@ -1265,6 +1265,7 @@ BUILTIN_OBJS += builtin/hook.o
BUILTIN_OBJS += builtin/index-pack.o
BUILTIN_OBJS += builtin/init-db.o
BUILTIN_OBJS += builtin/interpret-trailers.o
+BUILTIN_OBJS += builtin/last-modified.o
BUILTIN_OBJS += builtin/log.o
BUILTIN_OBJS += builtin/ls-files.o
BUILTIN_OBJS += builtin/ls-remote.o