X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=git.c;h=49ba5189d923493aaed40a6a0fccc2ead040b06a;hb=be65e7d9fbd3ae6fc097cedade2afe39805fcf4e;hp=aa2b814d9340839e587e39f45a2751c7eb0e1499;hpb=36932eab772dc621e79d615fda425ecf87e6d74e;p=git.git diff --git a/git.c b/git.c index aa2b814d..49ba5189 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,9 @@ static void handle_internal_command(int argc, const char **argv, char **envp) { "log", cmd_log }, { "whatchanged", cmd_whatchanged }, { "show", cmd_show }, + { "push", cmd_push }, + { "count-objects", cmd_count_objects }, + { "diff", cmd_diff }, }; int i;