X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=git.c;h=6a470cf140768dc6a5ede397972698bdf67523c5;hb=78bc2e1552ed6e2829c2ffac83a69bea6ac26ee8;hp=d5f0faa9077b0a769c8b36d47cc08cbf86b9d564;hpb=9f6532dd65eb45f8af064ffd872ea5bb595c40ec;p=git.git diff --git a/git.c b/git.c index d5f0faa90..6a470cf14 100644 --- a/git.c +++ b/git.c @@ -46,11 +46,12 @@ 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 }, - { "push", cmd_push }, { "grep", cmd_grep }, + { "add", cmd_add }, }; int i;