Merge branch 'jc/diff' into next
[gitweb.git] / git.c
diff --git a/git.c b/git.c
index ff9b87abbce78b639596bbf3f02b11a34174346b..a6ec3bcbe52b3f245f8304003eb1af39debec98f 100644 (file)
--- a/git.c
+++ b/git.c
@@ -46,6 +46,8 @@ static void handle_internal_command(int argc, const char **argv, char **envp)
                { "log", cmd_log },
                { "whatchanged", cmd_whatchanged },
                { "show", cmd_show },
+               { "fmt-patch", cmd_format_patch },
+               { "count-objects", cmd_count_objects },
                { "diffn", cmd_diff },
        };
        int i;