]> git.ipfire.org Git - thirdparty/git.git/blobdiff - git.c
Merge branch 'jc/web-blame'
[thirdparty/git.git] / git.c
diff --git a/git.c b/git.c
index e089b53571cd8776ab208fe14b87af53b7057739..235b6fea158b6901e55ac7b0560770359711da7c 100644 (file)
--- a/git.c
+++ b/git.c
@@ -219,6 +219,7 @@ static void handle_internal_command(int argc, const char **argv, char **envp)
                int option;
        } commands[] = {
                { "add", cmd_add, RUN_SETUP },
+               { "annotate", cmd_annotate, },
                { "apply", cmd_apply },
                { "archive", cmd_archive },
                { "cat-file", cmd_cat_file, RUN_SETUP },