X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=git.c;h=8574775418954b9875a93dd50e84f108762d9a4e;hb=aae01bda7f6d3224cf6b2ce0aa9aa668ce35d0b7;hp=01b7e28b8c459c677a340f195a969a67a6d21792;hpb=dd097fcd4d3d6692ec19c0caf4686aa8849301a2;p=git.git diff --git a/git.c b/git.c index 01b7e28b..85747754 100644 --- a/git.c +++ b/git.c @@ -46,6 +46,15 @@ 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 }, + { "rev-list", cmd_rev_list }, + { "init-db", cmd_init_db }, + { "check-ref-format", cmd_check_ref_format }, + { "ls-files", cmd_ls_files }, + { "ls-tree", cmd_ls_tree } }; int i;