notes: handle multiple worktrees
[gitweb.git] / git.c
diff --git a/git.c b/git.c
index 18fbf79430687a473e9306f2bb65abbaec161bb4..21a639844fc10d0a93988ccb5215898106612239 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 },
 };