worktree: new place for "git prune --worktrees"
[gitweb.git] / git.c
diff --git a/git.c b/git.c
index 160896a9439007b1ca110b56bac327d3b0e6af3d..f22783894c161850b8e36fa5426bf61f4fc98a51 100644 (file)
--- a/git.c
+++ b/git.c
@@ -484,6 +484,7 @@ static struct cmd_struct commands[] = {
        { "verify-tag", cmd_verify_tag, RUN_SETUP },
        { "version", cmd_version },
        { "whatchanged", cmd_whatchanged, RUN_SETUP },
+       { "worktree", cmd_worktree, RUN_SETUP },
        { "write-tree", cmd_write_tree, RUN_SETUP },
 };