X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;ds=sidebyside;f=git.c;h=3216d311b2efdd238f0eb023d6a918e0a43b54ab;hb=fbd01abf50488d8ed94c36bdd5bfc2a4ddafb8a2;hp=4d3a5a30aa22eec29454432c9f2eee3bb186cc87;hpb=6b16250a4551682b026b2592e44077ffa5fbdf2a;p=git.git diff --git a/git.c b/git.c index 4d3a5a30..3216d311 100644 --- a/git.c +++ b/git.c @@ -48,6 +48,11 @@ static void handle_internal_command(int argc, const char **argv, char **envp) { "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 } }; int i;