mirror of
https://github.com/git/git.git
synced 2025-12-12 20:36:24 +01: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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user