mirror of
https://github.com/git/git.git
synced 2026-01-09 17:46:37 +00:00
Merge branch 'ds/maintenance-part-1'
A "git gc"'s big brother has been introduced to take care of more repository maintenance tasks, not limited to the object database cleaning. * ds/maintenance-part-1: maintenance: add trace2 regions for task execution maintenance: add auto condition for commit-graph task maintenance: use pointers to check --auto maintenance: create maintenance.<task>.enabled config maintenance: take a lock on the objects directory maintenance: add --task option maintenance: add commit-graph task maintenance: initialize task array maintenance: replace run_auto_gc() maintenance: add --quiet option maintenance: create basic maintenance runner
This commit is contained in:
@@ -172,6 +172,7 @@ int cmd_ls_tree(int argc, const char **argv, const char *prefix);
|
||||
int cmd_ls_remote(int argc, const char **argv, const char *prefix);
|
||||
int cmd_mailinfo(int argc, const char **argv, const char *prefix);
|
||||
int cmd_mailsplit(int argc, const char **argv, const char *prefix);
|
||||
int cmd_maintenance(int argc, const char **argv, const char *prefix);
|
||||
int cmd_merge(int argc, const char **argv, const char *prefix);
|
||||
int cmd_merge_base(int argc, const char **argv, const char *prefix);
|
||||
int cmd_merge_index(int argc, const char **argv, const char *prefix);
|
||||
|
||||
Reference in New Issue
Block a user