Merge branch 'lt/push' into next
[git.git] / git.c
diff --git a/git.c b/git.c
index a6ec3bc..6a77174 100644 (file)
--- a/git.c
+++ b/git.c
@@ -49,6 +49,7 @@ static void handle_internal_command(int argc, const char **argv, char **envp)
                { "fmt-patch", cmd_format_patch },
                { "count-objects", cmd_count_objects },
                { "diffn", cmd_diff },
+               { "push", cmd_push },
        };
        int i;