]> git.ipfire.org Git - thirdparty/git.git/blobdiff - builtin-tag.c
"git-tag -s" should create a signed annotated tag
[thirdparty/git.git] / builtin-tag.c
index 3a6467d8ed62e7fd9ae98d08a24994171fa7787a..114c684d246e975852bb5446ea2e7ab682ea036c 100644 (file)
@@ -398,6 +398,9 @@ int cmd_tag(int argc, const char **argv, const char *prefix)
 
        argc = parse_options(argc, argv, options, git_tag_usage, 0);
 
+       if (sign)
+               annotate = 1;
+
        if (list)
                return list_tags(list == no_pattern ? NULL : list, lines);
        if (delete)