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