X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=git.c;fp=git.c;h=84803a62e6c4dc6b64aaf5d1fda9991be535048a;hb=6858d494926437ad7b7e9199ea39953eb90c7bab;hp=619c6654e45d0208adefc6aecf723c5c25fd4a7b;hpb=2a3870432395e78c82a870bf1a177b8d5b8fbdf0;p=git.git diff --git a/git.c b/git.c index 619c6654..84803a62 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,7 +46,11 @@ 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 }, + { "grep", cmd_grep }, }; int i;