X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=git.c;h=fd479e97c1e44df08357d47caa3260b2a7bc3ba3;hb=97d4df0b29d262df291985aed486e226b43132d0;hp=aa2b814d9340839e587e39f45a2751c7eb0e1499;hpb=cdb63506a0d632b4bf81378756b53f30d7198b50;p=git.git diff --git a/git.c b/git.c index aa2b814d..fd479e97 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,7 @@ static void handle_internal_command(int argc, const char **argv, char **envp) { "log", cmd_log }, { "whatchanged", cmd_whatchanged }, { "show", cmd_show }, + { "push", cmd_push }, }; int i;