Builtin git-apply.
[git.git] / git.c
diff --git a/git.c b/git.c
index 4c2c062..f44e08b 100644 (file)
--- a/git.c
+++ b/git.c
@@ -57,7 +57,8 @@ static void handle_internal_command(int argc, const char **argv, char **envp)
                { "ls-tree", cmd_ls_tree },
                { "tar-tree", cmd_tar_tree },
                { "read-tree", cmd_read_tree },
-               { "commit-tree", cmd_commit_tree }
+               { "commit-tree", cmd_commit_tree },
+               { "apply", cmd_apply }
        };
        int i;