X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=git.c;h=a94d9ee5a73bc5f81982f49c06293df5bcf2d8cc;hb=3adac0afe2f27aead02ed5dcf918e42e2172c3a4;hp=aa2b814d9340839e587e39f45a2751c7eb0e1499;hpb=c6df547a415e4e34165df3d4af40f3eb2cb1cf4f;p=git.git diff --git a/git.c b/git.c index aa2b814d..a94d9ee5 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 }, + { "count-objects", cmd_count_objects }, + { "diff", cmd_diff }, + { "grep", cmd_grep }, }; int i;