Code

Merge branch 'sp/reflog' into next
[git.git] / git.c
diff --git a/git.c b/git.c
index a94d9ee5a73bc5f81982f49c06293df5bcf2d8cc..6a470cf140768dc6a5ede397972698bdf67523c5 100644 (file)
--- a/git.c
+++ b/git.c
@@ -47,9 +47,11 @@ 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 },
+               { "add", cmd_add },
        };
        int i;