MCPcopy Create free account
hub / github.com/git/git / run_auto_maintenance

Function run_auto_maintenance

run-command.c:1987–1993  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1985}
1986
1987int run_auto_maintenance(struct repository *r, int quiet)
1988{
1989 struct child_process maint = CHILD_PROCESS_INIT;
1990 if (!prepare_auto_maintenance(r, quiet, &maint))
1991 return 0;
1992 return run_command(&maint);
1993}
1994
1995void sanitize_repo_env(struct strvec *env)
1996{

Callers 5

am_runFunction · 0.85
finish_rebaseFunction · 0.85
cmd_fetchFunction · 0.85
finishFunction · 0.85
cmd_commitFunction · 0.85

Calls 2

prepare_auto_maintenanceFunction · 0.85
run_commandFunction · 0.85

Tested by

no test coverage detected