zulooflo.blogg.se

Git tag history
Git tag history




May restrict the characters allowed in a tag name.īy default, git tag in sign-with-default mode (-s) will use your committer identity (of the form "Your Name ") to find a key. The new tag name must pass all checks defined by git-check-ref-format(1). The name of the tag to create, delete, or describe. Use - to read the message from the standard input. Take the tag message from the given file. If multiple -m options are given, their values are concatenated as separate paragraphs. Use the given tag message (instead of prompting). Only list tags which contain the specified commit. Typing "git tag" without arguments, also lists all tags. List tags with names that match the given pattern (or all if no pattern is given). If the tag is not annotated, the commit message is displayed instead. Is given to -n, only the first line is printed. The default is not to print any annotation lines. specifies how many lines from the annotation, if any, are printed when using -l. Verify the gpg signature of the given tag names. Replace an existing tag with the given name (instead of failing)ĭelete existing tags with the given names. Make a GPG-signed tag, using the given key

git tag history

Make a GPG-signed tag, using the default e-mail address's key User is used to find the GnuPG key for signing.

git tag history

When -u is not used, the committer identity for the current a lightweight tag).Ī GnuPG signed tag object will be created when -s or -u is used. Otherwise just the SHA1 object name of the commit object is written (i.e. If -m or -F is given and -a, -s, and -u are absent, -a is implied. is given, an editor is started for the user to type in the tag message. If one of -a, -s, or -u is passed, the command creates a tag object, and requires the tag message. Unless -f is given, the tag must not yet exist in.






Git tag history