X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=git.c;h=a8f7926b4875512b1d93768c1bc6d934111954f6;hb=c66b6c067e49c5ec80f1254daef79aa1c7f5ffce;hp=01b7e28b8c459c677a340f195a969a67a6d21792;hpb=bd346f105dc6f343eb577e4b25dbc1fa098cff33;p=git.git diff --git a/git.c b/git.c index 01b7e28b..a8f7926b 100644 --- a/git.c +++ b/git.c @@ -46,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 }, + { "fmt-patch", cmd_format_patch }, + { "count-objects", cmd_count_objects }, + { "diff", cmd_diff }, }; int i;