X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=git.c;h=f4dff02bd3c2711a2eeac72be7b604bceda1a664;hb=698ce6f87e0d6db380f7306e190e8586da184577;hp=a94d9ee5a73bc5f81982f49c06293df5bcf2d8cc;hpb=8701ea0f627dcba4bb75570f87df9c93985d397a;p=git.git diff --git a/git.c b/git.c index a94d9ee5..f4dff02b 100644 --- a/git.c +++ b/git.c @@ -47,9 +47,13 @@ static void handle_internal_command(int argc, const char **argv, char **envp) { "whatchanged", cmd_whatchanged }, { "show", cmd_show }, { "push", cmd_push }, + { "fmt-patch", cmd_format_patch }, { "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;