git-svn 1.0.0
[git.git] / git.c
diff --git a/git.c b/git.c
index 01b7e28..49ba518 100644 (file)
--- a/git.c
+++ b/git.c
@@ -46,6 +46,9 @@ static void handle_internal_command(int argc, const char **argv, char **envp)
                { "log", cmd_log },
                { "whatchanged", cmd_whatchanged },
                { "show", cmd_show },
+               { "push", cmd_push },
+               { "count-objects", cmd_count_objects },
+               { "diff", cmd_diff },
        };
        int i;