Code

Merge branch 'jc/cache-tree' into next
[git.git] / git.c
diff --git a/git.c b/git.c
index 01b7e28b8c459c677a340f195a969a67a6d21792..b761150c29eaee5e1faf102e27a08f87c831aa64 100644 (file)
--- a/git.c
+++ b/git.c
@@ -46,6 +46,7 @@ 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 },
        };
        int i;