X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=git.c;h=fd479e97c1e44df08357d47caa3260b2a7bc3ba3;hb=755225de6ce4c7b39137afefb35208d0dbc14d9d;hp=01b7e28b8c459c677a340f195a969a67a6d21792;hpb=66ae0c7702e68765dad17aa05c5d9255d999216c;p=git.git diff --git a/git.c b/git.c index 01b7e28b..fd479e97 100644 --- a/git.c +++ b/git.c @@ -46,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;