mirror of
https://github.com/git/git.git
synced 2026-01-09 01:34:00 +00:00
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:
1
Makefile
1
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
|
||||
|
||||
Reference in New Issue
Block a user