X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=git.c;h=a4ddac71cabffb45be19b9c7a31fc5cbb3da9683;hb=b05b52027c0e43abc9629049944283729a07899f;hp=84803a62e6c4dc6b64aaf5d1fda9991be535048a;hpb=dd1139a94c0250640d4fceecea0714a8420e920b;p=git.git diff --git a/git.c b/git.c index 84803a62e..a4ddac71c 100644 --- a/git.c +++ b/git.c @@ -47,10 +47,17 @@ 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 }, + { "format-patch", cmd_format_patch }, { "count-objects", cmd_count_objects }, { "diff", cmd_diff }, { "grep", cmd_grep }, + { "rm", cmd_rm }, + { "add", cmd_add }, + { "rev-list", cmd_rev_list }, + { "init-db", cmd_init_db }, + { "tar-tree", cmd_tar_tree }, + { "upload-tar", cmd_upload_tar }, + { "check-ref-format", cmd_check_ref_format } }; int i;