X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=git.c;h=619c6654e45d0208adefc6aecf723c5c25fd4a7b;hb=8ac80a5701780547404523a84f4b1ae67bfa6823;hp=aa2b814d9340839e587e39f45a2751c7eb0e1499;hpb=70827b15bfb11f7aea52c6995956be9d149233e1;p=git.git diff --git a/git.c b/git.c index aa2b814d..619c6654 100644 --- a/git.c +++ b/git.c @@ -47,6 +47,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;