Merge branch 'lt/push' into next
[gitweb.git] / git.c
diff --git a/git.c b/git.c
index a6ec3bcbe52b3f245f8304003eb1af39debec98f..6a771747ebec9cda926a4a1546d35f0944e1ab74 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;