diff options
| author | Junio C Hamano <gitster@pobox.com> | 2025-09-08 14:54:35 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-09-08 14:54:35 -0700 |
| commit | 95a8428323a573963c93ece8f875dd3cd25a1a11 (patch) | |
| tree | 5cd7765c7286b29e99700f02348d758b40d33e11 /builtin.h | |
| parent | 576e0b6eb34f8989f07ae77db10baf1c75125c47 (diff) | |
| parent | 8d9a7cdfda4c883e83d6ea7b57d0a1d989a7d439 (diff) | |
| download | git-95a8428323a573963c93ece8f875dd3cd25a1a11.tar.gz | |
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 'builtin.h')
| -rw-r--r-- | builtin.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -176,6 +176,7 @@ int cmd_hook(int argc, const char **argv, const char *prefix, struct repository int cmd_index_pack(int argc, const char **argv, const char *prefix, struct repository *repo); int cmd_init_db(int argc, const char **argv, const char *prefix, struct repository *repo); int cmd_interpret_trailers(int argc, const char **argv, const char *prefix, struct repository *repo); +int cmd_last_modified(int argc, const char **argv, const char *prefix, struct repository *repo); int cmd_log_reflog(int argc, const char **argv, const char *prefix, struct repository *repo); int cmd_log(int argc, const char **argv, const char *prefix, struct repository *repo); int cmd_ls_files(int argc, const char **argv, const char *prefix, struct repository *repo); |
