Code

Merge branch 'se/tag' into next
[git.git] / git.c
diff --git a/git.c b/git.c
index 4d3a5a30aa22eec29454432c9f2eee3bb186cc87..84803a62e6c4dc6b64aaf5d1fda9991be535048a 100644 (file)
--- a/git.c
+++ b/git.c
@@ -47,7 +47,10 @@ static void handle_internal_command(int argc, const char **argv, char **envp)
                { "whatchanged", cmd_whatchanged },
                { "show", cmd_show },
                { "push", cmd_push },
+               { "fmt-patch", cmd_format_patch },
                { "count-objects", cmd_count_objects },
+               { "diff", cmd_diff },
+               { "grep", cmd_grep },
        };
        int i;