X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=git.c;h=a8f7926b4875512b1d93768c1bc6d934111954f6;hb=e686eb9870d6b382f0760e3e859e93c8c2dfb31b;hp=aa2b814d9340839e587e39f45a2751c7eb0e1499;hpb=36932eab772dc621e79d615fda425ecf87e6d74e;p=git.git diff --git a/git.c b/git.c index aa2b814d..a8f7926b 100644 --- a/git.c +++ b/git.c @@ -8,7 +8,6 @@ #include #include #include -#include #include "git-compat-util.h" #include "exec_cmd.h" @@ -47,6 +46,10 @@ static void handle_internal_command(int argc, const char **argv, char **envp) { "log", cmd_log }, { "whatchanged", cmd_whatchanged }, { "show", cmd_show }, + { "push", cmd_push }, + { "fmt-patch", cmd_format_patch }, + { "count-objects", cmd_count_objects }, + { "diff", cmd_diff }, }; int i;