prune_worktrees 43 builtin/gc.c static struct argv_array prune_worktrees = ARGV_ARRAY_INIT; prune_worktrees 326 builtin/gc.c argv_array_pushl(&prune_worktrees, "worktree", "prune", "--expire", NULL); prune_worktrees 411 builtin/gc.c argv_array_push(&prune_worktrees, prune_worktrees_expire); prune_worktrees 412 builtin/gc.c if (run_command_v_opt(prune_worktrees.argv, RUN_GIT_CMD)) prune_worktrees 413 builtin/gc.c return error(FAILED_RUN, prune_worktrees.argv[0]); prune_worktrees 132 builtin/worktree.c prune_worktrees();